PrivateLinkResourcesOperations interface

واجهة تمثل عمليات PrivateLinkResources.

الخصائص

get

يحصل على مورد رابط خاص للعناصر.

listByCluster

تحصل على موارد الروابط الخاصة للكلوثر.

تفاصيل الخاصية

get

يحصل على مورد رابط خاص للعناصر.

get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

listByCluster

تحصل على موارد الروابط الخاصة للكلوثر.

listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>