CloudHsmClusterPrivateEndpointConnectionsOperations interface
Interface representing a CloudHsmClusterPrivateEndpointConnections operations.
Properties
| create | Creates or updates the private endpoint connection for the Cloud Hsm Cluster. |
| delete | |
| get | Gets the private endpoint connection for the Cloud Hsm Cluster. |
Property Details
create
Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
create: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams) => Promise<PrivateEndpointConnection>
delete
delete: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the private endpoint connection for the Cloud Hsm Cluster.
get: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Property Value
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>