public interface SharedPrivateLinkResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> |
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> |
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> |
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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Initiates the deletion of the shared private link resource from the search service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId,
com.azure.core.util.Context context)
Initiates the deletion of the shared private link resource from the search service.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Initiates the deletion of the shared private link resource from the search service.
|
SharedPrivateLinkResourceInner |
createOrUpdate(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Initiates the creation or update of a shared private link resource managed by the search service in the given
resource group.
|
SharedPrivateLinkResourceInner |
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.
|
SharedPrivateLinkResourceInner |
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> |
createOrUpdateAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Initiates the creation or update of a shared private link resource managed by the search service in the given
resource group.
|
Mono<SharedPrivateLinkResourceInner> |
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>>> |
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.
|
void |
delete(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Initiates the deletion of the shared private link resource from the search service.
|
void |
delete(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Initiates the deletion of the shared private link resource from the search service.
|
void |
delete(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId,
com.azure.core.util.Context context)
Initiates the deletion of the shared private link resource from the search service.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Initiates the deletion of the shared private link resource from the search service.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Initiates the deletion of the shared private link resource from the search service.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Initiates the deletion of the shared private link resource from the search service.
|
SharedPrivateLinkResourceInner |
get(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
Mono<SharedPrivateLinkResourceInner> |
getAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
Mono<SharedPrivateLinkResourceInner> |
getAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
com.azure.core.http.rest.Response<SharedPrivateLinkResourceInner> |
getWithResponse(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId,
com.azure.core.util.Context context)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
Mono<com.azure.core.http.rest.Response<SharedPrivateLinkResourceInner>> |
getWithResponseAsync(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
com.azure.core.http.rest.PagedIterable<SharedPrivateLinkResourceInner> |
listByService(String resourceGroupName,
String searchServiceName)
Gets a list of all shared private link resources managed by the given service.
|
com.azure.core.http.rest.PagedIterable<SharedPrivateLinkResourceInner> |
listByService(String resourceGroupName,
String searchServiceName,
UUID clientRequestId,
com.azure.core.util.Context context)
Gets a list of all shared private link resources managed by the given service.
|
com.azure.core.http.rest.PagedFlux<SharedPrivateLinkResourceInner> |
listByServiceAsync(String resourceGroupName,
String searchServiceName)
Gets a list of all shared private link resources managed by the given service.
|
com.azure.core.http.rest.PagedFlux<SharedPrivateLinkResourceInner> |
listByServiceAsync(String resourceGroupName,
String searchServiceName,
UUID clientRequestId)
Gets a list of all shared private link resources managed by the given service.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> beginCreateOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> beginCreateOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedPrivateLinkResourceInner> createOrUpdateAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedPrivateLinkResourceInner> createOrUpdateAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, SharedPrivateLinkResourceProperties properties, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.properties - Describes the properties of an existing Shared Private Link Resource managed by the Azure
Cognitive Search service.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SharedPrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedPrivateLinkResourceInner> getAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedPrivateLinkResourceInner> getAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedPrivateLinkResourceInner get(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SharedPrivateLinkResourceInner> getWithResponse(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive
Search service within the specified resource group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SharedPrivateLinkResourceInner> listByServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SharedPrivateLinkResourceInner> listByServiceAsync(String resourceGroupName, String searchServiceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SharedPrivateLinkResourceInner> listByService(String resourceGroupName, String searchServiceName)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SharedPrivateLinkResourceInner> listByService(String resourceGroupName, String searchServiceName, UUID clientRequestId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the current subscription. You can obtain this
value from the Azure Resource Manager API or the portal.searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource
group.clientRequestId - A client-generated GUID value that identifies this request. If specified, this will be
included in response information as a way to track the request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.