Condividi tramite


WorkloadNetworksOperationsExtensions.GetDnsServiceAsync Metodo

Definizione

Ottenere un servizio DNS in base all'ID in una rete del carico di lavoro cloud privato.

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)

Parametri

operations
IWorkloadNetworksOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

privateCloudName
String

Nome del cloud privato

dnsServiceId
String

Identificatore del servizio DNS NSX. In genere lo stesso nome visualizzato del servizio DNS

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a