PrivateLinkResourcesOperations interface
Antarmuka yang mewakili operasi PrivateLinkResources.
Properti
| get | Dapatkan sumber daya tautan privat yang ditentukan untuk id grup yang diberikan (sub-sumber daya) |
| list | Mencantumkan sumber daya tautan privat untuk ruang kerja tertentu |
Detail Properti
get
Dapatkan sumber daya tautan privat yang ditentukan untuk id grup yang diberikan (sub-sumber daya)
get: (resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>
Nilai Properti
(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>
list
Mencantumkan sumber daya tautan privat untuk ruang kerja tertentu
list: (resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>
Nilai Properti
(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>