CloudHsmClusterPrivateEndpointConnections Interface
public interface CloudHsmClusterPrivateEndpointConnections
Resource collection API of CloudHsmClusterPrivateEndpointConnections.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Private |
| abstract void |
delete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
| abstract void |
delete(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
| abstract void |
deleteById(String id)
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
|
abstract
Private |
get(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Gets the private endpoint connection for the Cloud Hsm Cluster. |
|
abstract
Private |
getById(String id)
Gets the private endpoint connection for the Cloud Hsm Cluster. |
|
abstract
Response<Private |
getByIdWithResponse(String id, Context context)
Gets the private endpoint connection for the Cloud Hsm Cluster. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Gets the private endpoint connection for the Cloud Hsm Cluster. |
Method Details
define
public abstract PrivateEndpointConnection.DefinitionStages.Blank define(String name)
Begins definition for a new PrivateEndpointConnection resource.
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:
deleteById
public abstract void deleteById(String id)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
get
public abstract PrivateEndpointConnection get(String resourceGroupName, String cloudHsmClusterName, String peConnectionName)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
getById
public abstract PrivateEndpointConnection getById(String id)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String cloudHsmClusterName, String peConnectionName, Context context)
Gets the private endpoint connection for the Cloud Hsm Cluster.
Parameters:
Returns: