PrivateLinkResourceOperations interface
PrivateLinkResourceOperations を表すインターフェイス。
メソッド
| get(string, string, string, Private |
PrivateLinkResource を取得する |
| list |
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 名
オプション パラメーター。
戻り値
Promise<PrivateLinkResource>
listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)
AssessmentProject による PrivateLinkResource リソースの一覧表示
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
オプション パラメーター。