PrivateLinkResourcesOperations interface

Interface die een PrivateLinkResources-bewerking vertegenwoordigt.

Eigenschappen

get

Hiermee haalt u een private link-resource voor het cluster op.

listByCluster

Hiermee haalt u de private link-resources voor het cluster op.

Eigenschapdetails

get

Hiermee haalt u een private link-resource voor het cluster op.

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

Waarde van eigenschap

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

listByCluster

Hiermee haalt u de private link-resources voor het cluster op.

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

Waarde van eigenschap

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