DnsResolverOutboundEndpointCollection.CreateOrUpdate Method

Definition

Creates or updates an outbound endpoint for a DNS resolver.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolvers/{dnsResolverName}/outboundEndpoints/{outboundEndpointName}.
  • Operation Id. : OutboundEndpoints_CreateOrUpdate.
  • Default Api Version. : 2025-10-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string outboundEndpointName, Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointData data, Azure.MatchConditions matchConditions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, outboundEndpointName As String, data As DnsResolverOutboundEndpointData, Optional matchConditions As MatchConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DnsResolverOutboundEndpointResource)

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.

outboundEndpointName
String

The name of the outbound endpoint for the DNS resolver.

data
DnsResolverOutboundEndpointData

Parameters supplied to the CreateOrUpdate operation.

matchConditions
MatchConditions

The content to send as the request conditions of the request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

outboundEndpointName or data is null.

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

Applies to