Uses of Class
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceProperties
Packages that use SharedPrivateLinkResourceProperties
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionSharedPrivateLinkResourceInner.properties()Get the properties property: Describes the properties of a shared private link resource managed by the Azure AI Search service.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionSharedPrivateLinkResourceInner.withProperties(SharedPrivateLinkResourceProperties properties) Set the properties property: Describes the properties of a shared private link resource managed by the Azure AI Search service. -
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.search.models
Classes in com.azure.resourcemanager.search.models that implement interfaces with type arguments of type SharedPrivateLinkResourcePropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of an existing shared private link resource managed by the Azure AI Search service.Methods in com.azure.resourcemanager.search.models that return SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedPrivateLinkResourceProperties from the JsonReader.SharedPrivateLinkResourceProperties.withGroupId(String groupId) Set the groupId property: The group ID from the provider of resource the shared private link resource is for.SharedPrivateLinkResourceProperties.withPrivateLinkResourceId(String privateLinkResourceId) Set the privateLinkResourceId property: The resource ID of the resource the shared private link resource is for.SharedPrivateLinkResourceProperties.withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the shared private link resource.SharedPrivateLinkResourceProperties.withRequestMessage(String requestMessage) Set the requestMessage property: The message for requesting approval of the shared private link resource.SharedPrivateLinkResourceProperties.withResourceRegion(String resourceRegion) Set the resourceRegion property: Optional.SharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status) Set the status property: Status of the shared private link resource.