Поделиться через


PrivateEndpointConnections interface

Интерфейс, представляющий PrivateEndpointConnections.

Методы

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Создание или обновление подключения частной конечной точки

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Создание или обновление подключения частной конечной точки

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Удаление подключения частной конечной точки

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Удаление подключения частной конечной точки

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Получение подключения к частной конечной точке

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Получение подключений к частной конечной точке для учетной записи

Сведения о методе

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

Запрос.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

Запрос.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

Имя подключения частной конечной точки.

options
PrivateEndpointConnectionsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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

Имя подключения частной конечной точки.

options
PrivateEndpointConnectionsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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

Имя подключения частной конечной точки.

options
PrivateEndpointConnectionsGetOptionalParams

Параметры параметров.

Возвращаемое значение

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Получение подключений к частной конечной точке для учетной записи

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Параметры

resourceGroupName

string

Имя группы ресурсов.

accountName

string

Имя учетной записи.

options
PrivateEndpointConnectionsListByAccountOptionalParams

Параметры параметров.

Возвращаемое значение