Partager via


WorkloadNetworksOperationsExtensions.ListDnsServicesAsync Méthode

Définition

Liste des services DNS dans un réseau de charge de travail de cloud privé.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService>> ListDnsServicesAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
static member ListDnsServicesAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsService>>
<Extension()>
Public Function ListDnsServicesAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(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é

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à