PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- scopeName
-
string
Azure Arc PrivateLinkScope 资源的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称
- properties
- PrivateEndpointConnection
专用终结点连接属性。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- scopeName
-
string
Azure Arc PrivateLinkScope 资源的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称
- properties
- PrivateEndpointConnection
专用终结点连接属性。
选项参数。
返回
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
删除具有给定名称的专用终结点连接。
function delete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- scopeName
-
string
Azure Arc PrivateLinkScope 资源的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称
选项参数。
返回
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
与 Azure 资源关联的专用终结点连接的名称
选项参数。
返回
Promise<PrivateEndpointConnection>
listByPrivateLinkScope(string, string, PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams)
获取专用链接范围上的所有专用终结点连接。
function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): Promise<PrivateEndpointConnectionListResult>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- scopeName
-
string
Azure Arc PrivateLinkScope 资源的名称。
返回
Promise<PrivateEndpointConnectionListResult>