ExternalEndpointTrafficManagerEndpointCollection.CreateOrUpdateAsync Method

Definition

Create or update a Traffic Manager endpoint.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}.
  • Operation Id. : Endpoints_CreateOrUpdate.
  • Default Api Version. : 2024-04-01-preview.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType endpointType, string endpointName, Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType * string * Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType * string * Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, endpointType As TrafficManagerEndpointType, endpointName As String, data As TrafficManagerEndpointData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ExternalEndpointTrafficManagerEndpointResource))

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.

endpointType
TrafficManagerEndpointType

The type of the Traffic Manager endpoint.

endpointName
String

The name of the Traffic Manager endpoint.

data
TrafficManagerEndpointData

The Traffic Manager endpoint parameters supplied to the CreateOrUpdate operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName or data is null.

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

Applies to