Share via


PrivateLinkResourceOperations interface

Interface representing a PrivateLinkResource operations.

Properties

get

Gets information about the specified private link resource.

listByBatchAccount

Lists all of the private link resources in the specified account.

Property Details

get

Gets information about the specified private link resource.

get: (resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>

Property Value

(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>

listByBatchAccount

Lists all of the private link resources in the specified account.

listByBatchAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Property Value

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