你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudHsmClusterPrivateEndpointConnections interface

表示 CloudHsmClusterPrivateEndpointConnections 的接口。

方法

beginDelete(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)

删除云 Hsm 群集的专用终结点连接。

beginDeleteAndWait(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)

删除云 Hsm 群集的专用终结点连接。

create(string, string, string, PrivateEndpointConnection, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams)

创建或更新云 Hsm 群集的专用终结点连接。

get(string, string, string, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams)

获取云 Hsm 群集的专用终结点连接。

方法详细信息

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 群集关联的专用终结点连接的名称。

返回

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 的参数

返回

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 群集关联的专用终结点连接的名称。

返回