次の方法で共有


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)

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

デバイス更新アカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

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

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

privateEndpointConnection
PrivateEndpointConnection

プライベート エンドポイント接続を作成するためのパラメーター。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

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

戻り値

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

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

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

privateEndpointConnection
PrivateEndpointConnection

プライベート エンドポイント接続を作成するためのパラメーター。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

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

戻り値

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

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

戻り値

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

デバイス更新アカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

options
PrivateEndpointConnectionsListByAccountOptionalParams

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

戻り値