Partager via


WorkloadNetworksOperationsExtensions.GetDnsServiceAsync Méthode

Définition

Obtenir un service DNS par ID dans un réseau de charge de travail de cloud privé.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService> GetDnsServiceAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string dnsServiceId, System.Threading.CancellationToken cancellationToken = default);
static member GetDnsServiceAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService>
<Extension()>
Public Function GetDnsServiceAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, dnsServiceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkDnsService)

Paramètres

operations
IWorkloadNetworksOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateCloudName
String

Nom du cloud privé

dnsServiceId
String

Identificateur du service DNS NSX. Généralement identique au nom d’affichage du service DNS

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à