Share via


WorkloadNetworkDnsServiceCollection.CreateOrUpdateAsync Method

Definition

Create a DNS service by id in a private cloud workload network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/dnsServices/{dnsServiceId}
  • Operation Id: WorkloadNetworks_CreateDnsService
  • Default Api Version: 2023-03-01
  • Resource: WorkloadNetworkDnsServiceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dnsServiceId, Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dnsServiceId As String, data As WorkloadNetworkDnsServiceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WorkloadNetworkDnsServiceResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

dnsServiceId
String

NSX DNS Service identifier. Generally the same as the DNS Service's display name.

data
WorkloadNetworkDnsServiceData

NSX DNS Service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dnsServiceId is an empty string, and was expected to be non-empty.

dnsServiceId or data is null.

Applies to