PrivateEndpointConnections interface
Интерфейс, представляющий PrivateEndpointConnections.
Методы
begin |
Создание или обновление подключения к частной конечной точке |
begin |
Создание или обновление подключения к частной конечной точке |
begin |
Удаление подключения к частной конечной точке |
begin |
Удаление подключения к частной конечной точке |
get(string, string, string, Private |
Получение подключения к частной конечной точке |
list |
Получение подключений к частной конечной точке для учетной записи |
Сведения о методе
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Создание или обновление подключения к частной конечной точке
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
- privateEndpointConnectionName
-
string
Имя подключения к частной конечной точке.
- request
- PrivateEndpointConnection
Запрос.
Параметры параметров.
Возвращаемое значение
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Создание или обновление подключения к частной конечной точке
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
- privateEndpointConnectionName
-
string
Имя подключения к частной конечной точке.
- request
- PrivateEndpointConnection
Запрос.
Параметры параметров.
Возвращаемое значение
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Удаление подключения к частной конечной точке
function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
- privateEndpointConnectionName
-
string
Имя подключения к частной конечной точке.
Параметры параметров.
Возвращаемое значение
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Удаление подключения к частной конечной точке
function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
- privateEndpointConnectionName
-
string
Имя подключения к частной конечной точке.
Параметры параметров.
Возвращаемое значение
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Получение подключения к частной конечной точке
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
- privateEndpointConnectionName
-
string
Имя подключения к частной конечной точке.
Параметры параметров.
Возвращаемое значение
Promise<PrivateEndpointConnection>
listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)
Получение подключений к частной конечной точке для учетной записи
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов.
- accountName
-
string
Имя учетной записи.
Параметры параметров.