CloudHsmClusterPrivateEndpointConnectionsClient Interface
public interface CloudHsmClusterPrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in CloudHsmClusterPrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
create
public abstract PrivateEndpointConnectionInner create(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, PrivateEndpointConnectionInner properties)
Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
createWithResponse
public abstract Response<PrivateEndpointConnectionInner> createWithResponse(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, PrivateEndpointConnectionInner properties, Context context)
Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
delete
public abstract void delete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns: