CloudHsmClusterPrivateEndpointConnectionsOperations interface
Interfejs reprezentujący operacje CloudHsmClusterPrivateEndpointConnections.
Właściwości
| create | Tworzy lub aktualizuje połączenie prywatnego punktu końcowego dla klastra Hsm w chmurze. |
| delete | |
| get | Pobiera połączenie prywatnego punktu końcowego dla klastra Hsm w chmurze. |
Szczegóły właściwości
create
Tworzy lub aktualizuje połączenie prywatnego punktu końcowego dla klastra Hsm w chmurze.
create: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams) => Promise<PrivateEndpointConnection>
Wartość właściwości
(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>
Wartość właściwości
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera połączenie prywatnego punktu końcowego dla klastra Hsm w chmurze.
get: (resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>