PrivateEndpointConnections interface
Интерфейс, представляющий PrivateEndpointConnections.
Методы
Сведения о методе
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Утверждение или отклонение подключения частной конечной точки с заданным именем.
function beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
- privateEndpointConnectionName
-
string
Имя подключения частной конечной точки.
- parameters
- PrivateEndpointConnection
Подключение к частной конечной точке
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Утверждение или отклонение подключения частной конечной точки с заданным именем.
function beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
- privateEndpointConnectionName
-
string
Имя подключения частной конечной точки.
- parameters
- PrivateEndpointConnection
Подключение к частной конечной точке
Параметры параметров.
Возвращаемое значение
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Удаляет подключение частной конечной точки с заданным именем.
function beginDelete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
- privateEndpointConnectionName
-
string
Имя подключения частной конечной точки.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Удаляет подключение частной конечной точки с заданным именем.
function beginDeleteAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
- privateEndpointConnectionName
-
string
Имя подключения частной конечной точки.
Параметры параметров.
Возвращаемое значение
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Возвращает подключение к частной конечной точке.
function get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
- privateEndpointConnectionName
-
string
Имя подключения частной конечной точки.
Параметры параметров.
Возвращаемое значение
Promise<PrivateEndpointConnection>
listByPrivateLinkScope(string, string, PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams)
Возвращает все подключения частной конечной точки в области приватного канала.
function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scopeName
-
string
Имя ресурса Azure Arc PrivateLinkScope.
Параметры параметров.