Partilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

listByElasticSan(string, string, PrivateLinkResourcesListByElasticSanOptionalParams)

Obtém os recursos de link privado que precisam ser criados para uma SAN elástica.

Detalhes do Método

listByElasticSan(string, string, PrivateLinkResourcesListByElasticSanOptionalParams)

Obtém os recursos de link privado que precisam ser criados para uma SAN elástica.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

elasticSanName

string

O nome do ElasticSan.

options
PrivateLinkResourcesListByElasticSanOptionalParams

Os parâmetros de opções.

Regressos