ElasticSanCollection.GetIfExistsAsync(String, CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta obter detalhes para esse recurso do serviço.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
- Operação IdElasticSans_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ElasticSan.ElasticSanResource>> GetIfExistsAsync (string elasticSanName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ElasticSan.ElasticSanResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ElasticSan.ElasticSanResource>>
Public Overridable Function GetIfExistsAsync (elasticSanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ElasticSanResource))
Parâmetros
- elasticSanName
- String
O nome do ElasticSan.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
elasticSanName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
elasticSanName
é nulo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET