Delen via


WorkloadNetworksOperationsExtensions.ListDnsServicesAsync Methode

Definitie

Lijst met DNS-services in een workloadnetwerk in een privécloud.

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))

Parameters

operations
IWorkloadNetworksOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

privateCloudName
String

Naam van de privécloud

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op