Uses of Class
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceProperties
-
Packages that use SharedPrivateLinkResourceProperties Package Description com.azure.resourcemanager.search.fluent Package containing the service clients for SearchManagementClient.com.azure.resourcemanager.search.fluent.models Package containing the inner data models for SearchManagementClient.com.azure.resourcemanager.search.models 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 SharedPrivateLinkResourceProperties Modifier and Type Method Description 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)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.SharedPrivateLinkResourceInnerSharedPrivateLinkResourcesClient. 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.SharedPrivateLinkResourceInnerSharedPrivateLinkResourcesClient. 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.Mono<SharedPrivateLinkResourceInner>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 SharedPrivateLinkResourceProperties Modifier and Type Method Description SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceInner. 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 SharedPrivateLinkResourceProperties Modifier and Type Method Description SharedPrivateLinkResourceInnerSharedPrivateLinkResourceInner. 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 SharedPrivateLinkResourceProperties Modifier and Type Method Description SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withGroupId(String groupId)Set the groupId property: The group id from the provider of resource the shared private link resource is for.SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withPrivateLinkResourceId(String privateLinkResourceId)Set the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState)Set the provisioningState property: The provisioning state of the shared private link resource.SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withRequestMessage(String requestMessage)Set the requestMessage property: The request message for requesting approval of the shared private link resource.SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withResourceRegion(String resourceRegion)Set the resourceRegion property: Optional.SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withStatus(SharedPrivateLinkResourceStatus status)Set the status property: Status of the shared private link resource.
-