Partilhar via


NetworkDeviceSkuCollection.GetAsync(String, CancellationToken) Método

Definição

Obtenha detalhes de SKU do Dispositivo de Rede.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}
  • Operação IdNetworkDeviceSkus_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceSkuResource>> GetAsync (string networkDeviceSkuName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceSkuResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceSkuResource>>
Public Overridable Function GetAsync (networkDeviceSkuName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkDeviceSkuResource))

Parâmetros

networkDeviceSkuName
String

Nome do SKU do Dispositivo de Rede.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

networkDeviceSkuName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

networkDeviceSkuName é nulo.

Aplica-se a