public interface PrivateLinkResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> |
listSupported(String resourceGroupName,
String searchServiceName)
Gets a list of all supported private link resource types for the given service.
|
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> |
listSupported(String resourceGroupName,
String searchServiceName,
UUID clientRequestId,
com.azure.core.util.Context context)
Gets a list of all supported private link resource types for the given service.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> |
listSupportedAsync(String resourceGroupName,
String searchServiceName)
Gets a list of all supported private link resource types for the given service.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> |
listSupportedAsync(String resourceGroupName,
String searchServiceName,
UUID clientRequestId)
Gets a list of all supported private link resource types for the given service.
|
com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> listSupportedAsync(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<PrivateLinkResourceInner> listSupportedAsync(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<PrivateLinkResourceInner> listSupported(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<PrivateLinkResourceInner> listSupported(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.