public interface PrivateEndpointConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the storage account.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes the specified private endpoint connection associated with the storage account.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the storage account.
|
PrivateEndpointConnectionInner |
get(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the storage account.
|
Mono<PrivateEndpointConnectionInner> |
getAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
getWithResponse(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Gets the specified private endpoint connection associated with the storage account.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
list(String resourceGroupName,
String accountName)
List all the private endpoint connections associated with the storage account.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
list(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
List all the private endpoint connections associated with the storage account.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
listAsync(String resourceGroupName,
String accountName)
List all the private endpoint connections associated with the storage account.
|
PrivateEndpointConnectionInner |
put(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Update the state of specified private endpoint connection associated with the storage account.
|
Mono<PrivateEndpointConnectionInner> |
putAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Update the state of specified private endpoint connection associated with the storage account.
|
Mono<PrivateEndpointConnectionInner> |
putAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Update the state of specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
putWithResponse(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the storage account.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
putWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Update the state of specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> listAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<PrivateEndpointConnectionInner>> putWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.privateEndpoint - The resource of private end point.privateLinkServiceConnectionState - A collection of information about the state of the connection between
service consumer and provider.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 accountName, String privateEndpointConnectionName, PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.privateEndpoint - The resource of private end point.privateLinkServiceConnectionState - A collection of information about the state of the connection between
service consumer and provider.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 put(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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> putWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privateLinkServiceConnectionState, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure
resource.privateEndpoint - The resource of private end point.privateLinkServiceConnectionState - A collection of information about the state of the connection between
service consumer and provider.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.