PrivateEndpointConnectionOperations interface
Interfejs reprezentujący operacje PrivateEndpointConnection.
Właściwości
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| delete | |
| get | Pobiera informacje o określonym połączeniu prywatnego punktu końcowego. |
| list |
Wyświetla listę wszystkich połączeń prywatnego punktu końcowego na określonym koncie. |
| update | Aktualizuje właściwości istniejącego połączenia prywatnego punktu końcowego. |
Szczegóły właściwości
beginDelete
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDelete: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => Promise<void>
beginUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdate: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdateAndWait: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => Promise<PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => Promise<PrivateEndpointConnection>
delete
delete: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Pobiera informacje o określonym połączeniu prywatnego punktu końcowego.
get: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams) => Promise<PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams) => Promise<PrivateEndpointConnection>
listByBatchAccount
Wyświetla listę wszystkich połączeń prywatnego punktu końcowego na określonym koncie.
listByBatchAccount: (resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Wartość właściwości
(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
update
Aktualizuje właściwości istniejącego połączenia prywatnego punktu końcowego.
update: (resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>
Wartość właściwości
(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>