Uses of Class
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceProperties
Packages that use SharedPrivateLinkResourceProperties
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent with parameters of type SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> SharedPrivateLinkResourcesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> SharedPrivateLinkResourcesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties, com.azure.core.util.Context context) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> SharedPrivateLinkResourcesClient.beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.SharedPrivateLinkResourcesClient.createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.SharedPrivateLinkResourcesClient.createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties, com.azure.core.util.Context context) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.SharedPrivateLinkResourcesClient.createOrUpdateAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>SharedPrivateLinkResourcesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties) Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. -
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 Cognitive 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 Cognitive Search service. -
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.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 request 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.