次の方法で共有


PrivateEndpointConnectionOperations interface

PrivateEndpointConnectionOperations を表すインターフェイス。

メソッド

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

指定したプライベート エンドポイント接続を削除します。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

指定したプライベート エンドポイント接続を削除します。

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)

既存のプライベート エンドポイント接続のプロパティを更新します。

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)

既存のプライベート エンドポイント接続のプロパティを更新します。

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

指定したプライベート エンドポイント接続に関する情報を取得します。

listByBatchAccount(string, string, PrivateEndpointConnectionListByBatchAccountOptionalParams)

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

メソッドの詳細

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

指定したプライベート エンドポイント接続を削除します。

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteHeaders>, PrivateEndpointConnectionDeleteHeaders>>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。 これはアカウント内で一意である必要があります。

options
PrivateEndpointConnectionDeleteOptionalParams

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

戻り値

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

指定したプライベート エンドポイント接続を削除します。

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteHeaders>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。 これはアカウント内で一意である必要があります。

options
PrivateEndpointConnectionDeleteOptionalParams

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

戻り値

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)

既存のプライベート エンドポイント接続のプロパティを更新します。

function beginUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。 これはアカウント内で一意である必要があります。

parameters
PrivateEndpointConnection

更新する必要がある PrivateEndpointConnection プロパティ。 指定されたプロパティは更新され、指定されていないプロパティは変更されません。

options
PrivateEndpointConnectionUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)

既存のプライベート エンドポイント接続のプロパティを更新します。

function beginUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。 これはアカウント内で一意である必要があります。

parameters
PrivateEndpointConnection

更新する必要がある PrivateEndpointConnection プロパティ。 指定されたプロパティは更新され、指定されていないプロパティは変更されません。

options
PrivateEndpointConnectionUpdateOptionalParams

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

戻り値

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

指定したプライベート エンドポイント接続に関する情報を取得します。

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

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。 これはアカウント内で一意である必要があります。

options
PrivateEndpointConnectionGetOptionalParams

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

戻り値

listByBatchAccount(string, string, PrivateEndpointConnectionListByBatchAccountOptionalParams)

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

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

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

options
PrivateEndpointConnectionListByBatchAccountOptionalParams

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

戻り値