PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByStorageAccount(string, string, PrivateLinkResourcesListByStorageAccountOptionalParams)

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

Method Details

listByStorageAccount(string, string, PrivateLinkResourcesListByStorageAccountOptionalParams)

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

function listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

accountName

string

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns