PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets the private link resources that need to be created for a Cosmos DB account.

listByDatabaseAccount(string, string, PrivateLinkResourcesListByDatabaseAccountOptionalParams)

Gets the private link resources that need to be created for a Cosmos DB account.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets the private link resources that need to be created for a Cosmos DB account.

function get(resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

accountName

string

Cosmos DB database account name.

groupName

string

The name of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByDatabaseAccount(string, string, PrivateLinkResourcesListByDatabaseAccountOptionalParams)

Gets the private link resources that need to be created for a Cosmos DB account.

function listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

accountName

string

Cosmos DB database account name.

Returns