public interface PrivateEndpointConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginPut(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginPut(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginPutAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
void |
delete(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the redis cache.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the redis cache.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes the specified private endpoint connection associated with the redis cache.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
get(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the redis cache.
|
Mono<PrivateEndpointConnectionInner> |
getAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the redis cache.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
getWithResponse(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Gets the specified private endpoint connection associated with the redis cache.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the redis cache.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
list(String resourceGroupName,
String cacheName)
List all the private endpoint connections associated with the redis cache.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
list(String resourceGroupName,
String cacheName,
com.azure.core.util.Context context)
List all the private endpoint connections associated with the redis cache.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
listAsync(String resourceGroupName,
String cacheName)
List all the private endpoint connections associated with the redis cache.
|
PrivateEndpointConnectionInner |
put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the redis cache.
|
Mono<PrivateEndpointConnectionInner> |
putAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
putWithResponseAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> listAsync(String resourceGroupName, String cacheName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.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<PrivateEndpointConnectionInner> list(String resourceGroupName, String cacheName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.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<PrivateEndpointConnectionInner> list(String resourceGroupName, String cacheName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.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<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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.PrivateEndpointConnectionInner get(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String cacheName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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>>> putWithResponseAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginPutAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginPut(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginPut(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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<PrivateEndpointConnectionInner> putAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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.PrivateEndpointConnectionInner put(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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.PrivateEndpointConnectionInner put(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.properties - The private endpoint connection properties.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<Void>> deleteWithResponseAsync(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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 cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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 cacheName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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<Void> deleteWithResponse(String resourceGroupName, String cacheName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.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.