CloudHsmClusterPrivateEndpointConnectionsOperations interface
CloudHsmClusterPrivateEndpointConnections işlemlerini temsil eden arabirim.
Özellikler
| create | Cloud Hsm Kümesi için özel uç nokta bağlantısını oluşturur veya günceller. |
| delete | |
| get | Cloud Hsm Kümesi için özel uç nokta bağlantısını alır. |
Özellik Ayrıntıları
create
Cloud Hsm Kümesi için özel uç nokta bağlantısını oluşturur veya günceller.
create: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams) => Promise<PrivateEndpointConnection>
Özellik Değeri
(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>
Özellik Değeri
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Cloud Hsm Kümesi için özel uç nokta bağlantısını alır.
get: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Özellik Değeri
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>