CloudHsmClusterPrivateEndpointConnections interface
表示 CloudHsmClusterPrivateEndpointConnections 的接口。
方法
方法详细信息
beginDelete(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)
删除云 Hsm 群集的专用终结点连接。
function beginDelete(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>, CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- cloudHsmClusterName
-
string
指定资源组中的云 HSM 群集的名称。 云 HSM 群集名称长度必须介于 3 到 23 个字符之间。
- peConnectionName
-
string
与云 HSM 群集关联的专用终结点连接的名称。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>, CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)
删除云 Hsm 群集的专用终结点连接。
function beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- cloudHsmClusterName
-
string
指定资源组中的云 HSM 群集的名称。 云 HSM 群集名称长度必须介于 3 到 23 个字符之间。
- peConnectionName
-
string
与云 HSM 群集关联的专用终结点连接的名称。
返回
create(string, string, string, PrivateEndpointConnection, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams)
创建或更新云 Hsm 群集的专用终结点连接。
function create(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- cloudHsmClusterName
-
string
指定资源组中的云 HSM 群集的名称。 云 HSM 群集名称长度必须介于 3 到 23 个字符之间。
- peConnectionName
-
string
与云 HSM 群集关联的专用终结点连接的名称。
- properties
- PrivateEndpointConnection
PrivateEndpointConnection 的参数
返回
Promise<PrivateEndpointConnection>
get(string, string, string, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams)
获取云 Hsm 群集的专用终结点连接。
function get(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- cloudHsmClusterName
-
string
指定资源组中的云 HSM 群集的名称。 云 HSM 群集名称长度必须介于 3 到 23 个字符之间。
- peConnectionName
-
string
与云 HSM 群集关联的专用终结点连接的名称。
返回
Promise<PrivateEndpointConnection>