PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

getByGroupId

Gets a privately linkable resources for an account with given group identifier

listByAccount

Gets a list of privately linkable resources for an account

Property Details

getByGroupId

Gets a privately linkable resources for an account with given group identifier

getByGroupId: (resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams) => Promise<PrivateLinkResource>

Property Value

(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams) => Promise<PrivateLinkResource>

listByAccount

Gets a list of privately linkable resources for an account

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

Property Value

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