Compartilhar via


MobileAttachedDataNetworkCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
  • Operação IdAttachedDataNetworks_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string attachedDataNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (attachedDataNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

attachedDataNetworkName
String

O nome da rede de dados anexada.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

attachedDataNetworkName é nulo.

Aplica-se a