PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
delete
public abstract PrivateEndpointConnectionInner delete(String resourceGroupName, String vaultName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
delete
public abstract PrivateEndpointConnectionInner delete(String resourceGroupName, String vaultName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
deleteAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String vaultName, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
listByResource
public abstract PagedIterable
The List operation gets information about the private endpoint connections associated with the vault.
Parameters:
Returns:
listByResource
public abstract PagedIterable
The List operation gets information about the private endpoint connections associated with the vault.
Parameters:
Returns:
listByResourceAsync
public abstract PagedFlux
The List operation gets information about the private endpoint connections associated with the vault.
Parameters:
Returns:
put
public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
putAsync
public abstract Mono
Updates the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
putWithResponse
public abstract PrivateEndpointConnectionsPutResponse putWithResponse(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)
Updates the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono
Updates the specified private endpoint connection associated with the key vault.
Parameters:
Returns:
Applies to
Azure SDK for Java