PacketCoreDataPlaneResource.GetMobileAttachedDataNetworkAsync 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.
Obtém informações sobre a rede de dados anexada especificada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
- IdAttachedDataNetworks_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>> GetMobileAttachedDataNetworkAsync (string attachedDataNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileAttachedDataNetworkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>>
override this.GetMobileAttachedDataNetworkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>>
Public Overridable Function GetMobileAttachedDataNetworkAsync (attachedDataNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MobileAttachedDataNetworkResource))
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 era esperado que não estivesse vazio.
attachedDataNetworkName
é nulo.