PrivateLinkResources interface
Interface que representa um PrivateLinkResources.
Métodos
list |
Obtém os recursos de link privado que precisam ser criados para um Elastic San. |
Detalhes do método
listByElasticSan(string, string, PrivateLinkResourcesListByElasticSanOptionalParams)
Obtém os recursos de link privado que precisam ser criados para um Elastic San.
function listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: PrivateLinkResourcesListByElasticSanOptionalParams): Promise<PrivateLinkResourceListResult>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- elasticSanName
-
string
O nome do ElasticSan.
Os parâmetros de opções.
Retornos
Promise<PrivateLinkResourceListResult>