ManagedEnvironmentPrivateEndpointConnections interface

表示ManagedEnvironmentPrivateEndpointConnections的介面。

方法

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新指定受控環境的私人端點連線狀態。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新指定受控環境的私人端點連線狀態。

beginDelete(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

刪除指定受控環境的私人端點連線。

beginDeleteAndWait(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)

刪除指定受控環境的私人端點連線。

get(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams)

取得指定受控環境的私人端點連線。

list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)

列出指定受控環境的私人端點連線。

方法詳細資料

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

私人端點的資源及其屬性

傳回

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 資源相關聯的私人端點連線名稱。

傳回

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 資源相關聯的私人端點連線名稱。

傳回

list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)

列出指定受控環境的私人端點連線。

function list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

environmentName

string

受管理環境的名稱。

傳回