ManagedEnvironmentPrivateEndpointConnections interface
表示 ManagedEnvironmentPrivateEndpointConnections 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新给定托管环境的专用终结点连接的状态。
function beginCreateOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称。
- privateEndpointConnectionEnvelope
- PrivateEndpointConnection
专用终结点的资源及其属性
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新给定托管环境的专用终结点连接的状态。
function beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称。
- privateEndpointConnectionEnvelope
- PrivateEndpointConnection
专用终结点的资源及其属性
返回
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)
删除给定托管环境的专用终结点连接。
function beginDelete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)
删除给定托管环境的专用终结点连接。
function beginDeleteAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称。
返回
get(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams)
获取给定托管环境的专用终结点连接。
function get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。
- privateEndpointConnectionName
-
string
与 Azure 资源关联的专用终结点连接的名称。
返回
Promise<PrivateEndpointConnection>
list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)
列出给定托管环境的专用终结点连接。
function list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- environmentName
-
string
托管环境的名称。