次の方法で共有


PrivateLinkResourceOperations interface

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

メソッド

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

PrivateLinkResource を取得する

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

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

メソッドの詳細

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

PrivateLinkResource を取得する

function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceOperationsGetOptionalParams): Promise<PrivateLinkResource>

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

privateLinkResourceName

string

プライベート リンク リソースの ARM 名

options
PrivateLinkResourceOperationsGetOptionalParams

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

戻り値

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

projectName

string

評価プロジェクト名

options
PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams

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

戻り値