Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName) |
Disconnects the private endpoint connection and deletes it from the search service.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId) |
Disconnects the private endpoint connection and deletes it from the search service.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.deleteWithResponse(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId,
com.azure.core.util.Context context) |
Disconnects the private endpoint connection and deletes it from the search service.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateEndpointConnectionsClient.deleteWithResponseAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId) |
Disconnects the private endpoint connection and deletes it from the search service.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.getAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName) |
Gets the details of the private endpoint connection to the search service in the given resource group.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.getAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId) |
Gets the details of the private endpoint connection to the search service in the given resource group.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId,
com.azure.core.util.Context context) |
Gets the details of the private endpoint connection to the search service in the given resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateEndpointConnectionsClient.getWithResponseAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId) |
Gets the details of the private endpoint connection to the search service in the given resource group.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.listByService(String resourceGroupName,
String searchServiceName) |
Gets a list of all private endpoint connections in the given service.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.listByService(String resourceGroupName,
String searchServiceName,
UUID clientRequestId,
com.azure.core.util.Context context) |
Gets a list of all private endpoint connections in the given service.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.listByServiceAsync(String resourceGroupName,
String searchServiceName) |
Gets a list of all private endpoint connections in the given service.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.listByServiceAsync(String resourceGroupName,
String searchServiceName,
UUID clientRequestId) |
Gets a list of all private endpoint connections in the given service.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.updateAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName) |
Updates a Private Endpoint connection to the search service in the given resource group.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.updateAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId,
PrivateEndpointConnectionProperties properties) |
Updates a Private Endpoint connection to the search service in the given resource group.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.updateWithResponse(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId,
PrivateEndpointConnectionProperties properties,
com.azure.core.util.Context context) |
Updates a Private Endpoint connection to the search service in the given resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateEndpointConnectionsClient.updateWithResponseAsync(String resourceGroupName,
String searchServiceName,
String privateEndpointConnectionName,
UUID clientRequestId,
PrivateEndpointConnectionProperties properties) |
Updates a Private Endpoint connection to the search service in the given resource group.
|