PacketCoreDataPlaneResource.GetMobileAttachedDataNetwork 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 Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource> GetMobileAttachedDataNetwork (string attachedDataNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileAttachedDataNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>
override this.GetMobileAttachedDataNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>
Public Overridable Function GetMobileAttachedDataNetwork (attachedDataNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.