PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource associated with the device update account.

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

List all private link resources in a device update account.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource associated with the device update account.

function get(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupInformation>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

groupId

string

The group ID of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

Promise<GroupInformation>

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

List all private link resources in a device update account.

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

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

options
PrivateLinkResourcesListByAccountOptionalParams

The options parameters.

Returns