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