PrivateLinkResources interface
PrivateLinkResources を表すインターフェイス。
メソッド
list |
Automation アカウント用に作成する必要があるプライベート リンク リソースを取得します。 |
メソッドの詳細
listAutomation(string, string, PrivateLinkResourcesAutomationOptionalParams)
Automation アカウント用に作成する必要があるプライベート リンク リソースを取得します。
function listAutomation(resourceGroupName: string, automationAccountName: string, options?: PrivateLinkResourcesAutomationOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
options パラメーター。
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript