PrivateLinkResourcesOperations interface
PrivateLinkResources 操作を表すインターフェイス。
プロパティ
| get | Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。 |
| list |
Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。 |
プロパティの詳細
get
Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。
get: (resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
プロパティ値
(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByPrivateLinkScope
Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。
listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
プロパティ値
(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>