PrivateLinkResourcesOperations interface

代表 PrivateLinkResources 作業的介面。

屬性

get

取得檔案分享需要建立的私有連結資源。

list

取得檔案分享需要建立的私有連結資源。

屬性詳細資料

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>