PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByElasticSan(string, string, PrivateLinkResourcesListByElasticSanOptionalParams)

Gets the private link resources that need to be created for a elastic San.

Method Details

listByElasticSan(string, string, PrivateLinkResourcesListByElasticSanOptionalParams)

Gets the private link resources that need to be created for a elastic San.

function listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: PrivateLinkResourcesListByElasticSanOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

resourceGroupName

string

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

elasticSanName

string

The name of the ElasticSan.

options
PrivateLinkResourcesListByElasticSanOptionalParams

The options parameters.

Returns