PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the storage account.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified private endpoint connection associated with the storage account.
Parameters:
Returns:
list
public abstract PagedIterable
List all the private endpoint connections associated with the storage account.
Parameters:
Returns:
list
public abstract PagedIterable
List all the private endpoint connections associated with the storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the private endpoint connections associated with the storage account.
Parameters:
Returns:
put
public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the storage account.
Parameters:
Returns:
putAsync
public abstract Mono
Update the state of specified private endpoint connection associated with the storage account.
Parameters:
Returns:
putWithResponse
public abstract Response
Update the state of specified private endpoint connection associated with the storage account.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono
Update the state of specified private endpoint connection associated with the storage account.
Parameters:
Returns:
Applies to
Azure SDK for Java