共用方式為


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)

取得私人端點連線。

listByAutomationAccount(string, string, PrivateEndpointConnectionsListByAutomationAccountOptionalParams)

列出自動化帳戶上的所有私人端點連線。

方法詳細資料

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

核准或拒絕具有指定名稱的私人端點連線。

function beginCreateOrUpdate(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

parameters
PrivateEndpointConnection

私人端點連線

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

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

核准或拒絕具有指定名稱的私人端點連線。

function beginCreateOrUpdateAndWait(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

parameters
PrivateEndpointConnection

私人端點連線

傳回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

function beginDelete(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

function beginDeleteAndWait(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得私人端點連線。

function get(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

listByAutomationAccount(string, string, PrivateEndpointConnectionsListByAutomationAccountOptionalParams)

列出自動化帳戶上的所有私人端點連線。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

傳回