次の方法で共有


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)

Automation アカウント上のすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

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

Automation アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続の名前。

parameters
PrivateEndpointConnection

プライベート エンドポイント接続

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

Automation アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続の名前。

parameters
PrivateEndpointConnection

プライベート エンドポイント接続

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

Automation アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

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

Automation アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

プライベート エンドポイント接続を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続の名前。

options
PrivateEndpointConnectionsGetOptionalParams

オプション パラメーター。

戻り値

listByAutomationAccount(string, string, PrivateEndpointConnectionsListByAutomationAccountOptionalParams)

Automation アカウント上のすべてのプライベート エンドポイント接続を一覧表示します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
PrivateEndpointConnectionsListByAutomationAccountOptionalParams

オプション パラメーター。

戻り値