PrivateLinkResourcesOperations interface
PrivateLinkResources 操作を表すインターフェイス。
プロパティの詳細
get
ファイル共有用に必要なプライベートリンクリソースを取得します。
get: (resourceGroupName: string, resourceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
プロパティ値
(resourceGroupName: string, resourceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
ファイル共有用に必要なプライベートリンクリソースを取得します。
list: (resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
プロパティ値
(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>