Compartilhar via


NetworkFabricCollection.GetAsync(String, CancellationToken) Método

Definição

Obter detalhes do recurso do Network Fabric.

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

Parâmetros

networkFabricName
String

Nome do Network Fabric.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

networkFabricName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

networkFabricName é nulo.

Aplica-se a