PrivateLinkResourcesOperations interface
PrivateLinkResources işlemlerini temsil eden arabirim.
Özellikler
| get | Küme için özel bir bağlantı kaynağı alır. |
| list |
Küme için özel bağlantı kaynaklarını alır. |
Özellik Ayrıntıları
get
Küme için özel bir bağlantı kaynağı alır.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Özellik Değeri
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Küme için özel bağlantı kaynaklarını alır.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Özellik Değeri
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>