PrivateLinkResourceOperations interface
واجهة تمثل عمليات PrivateLinkResource (PrivateLinkSource).
الخصائص
| get | الحصول على معلومات حول مورد الارتباط الخاص المحدد. |
| list |
يسرد كافة موارد الارتباط الخاص في الحساب المحدد. |
تفاصيل الخاصية
get
الحصول على معلومات حول مورد الارتباط الخاص المحدد.
get: (resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>
قيمة الخاصية
(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>
listByBatchAccount
يسرد كافة موارد الارتباط الخاص في الحساب المحدد.
listByBatchAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>