次の方法で共有


PrivateEndpointConnectionOperations interface

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

メソッド

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

PrivateEndpointConnection を作成する

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

PrivateEndpointConnection を作成する

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

PrivateEndpointConnection を削除する

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

PrivateEndpointConnection を取得する

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

AssessmentProject による PrivateEndpointConnection リソースの一覧表示

メソッドの詳細

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

PrivateEndpointConnection を作成する

function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

privateEndpointConnectionName

string

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

resource
PrivateEndpointConnection

リソース作成パラメーター。

options
PrivateEndpointConnectionOperationsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

PrivateEndpointConnection を作成する

function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

privateEndpointConnectionName

string

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

resource
PrivateEndpointConnection

リソース作成パラメーター。

options
PrivateEndpointConnectionOperationsUpdateOptionalParams

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

戻り値

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

PrivateEndpointConnection を削除する

function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionOperationsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

PrivateEndpointConnection を取得する

function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionOperationsGetOptionalParams

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

戻り値

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

AssessmentProject による PrivateEndpointConnection リソースの一覧表示

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

projectName

string

評価プロジェクト名

options
PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams

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

戻り値