PrivateEndpointConnectionsOperations interface
Interfejs reprezentujący operacje PrivateEndpointConnections.
Właściwości
| approve | Ręczne zatwierdzanie połączenia z prywatnym punktem końcowym |
| delete | |
| get | Pobieranie połączeń z prywatnym punktem końcowym. |
| list | Pobieranie połączenia z prywatnym punktem końcowym |
Szczegóły właściwości
approve
Ręczne zatwierdzanie połączenia z prywatnym punktem końcowym
approve: (resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>
delete
delete: (resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobieranie połączeń z prywatnym punktem końcowym.
get: (resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>
list
Pobieranie połączenia z prywatnym punktem końcowym
list: (resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Wartość właściwości
(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>