ExternalEndpointTrafficManagerEndpointCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource> CreateOrUpdate(Azure.WaitUntil waitUntil, Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType endpointType, string endpointName, Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType * string * Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointType * string * Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.TrafficManager.ExternalEndpointTrafficManagerEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, endpointType As TrafficManagerEndpointType, endpointName As String, data As TrafficManagerEndpointData, Optional cancellationToken As CancellationToken = Nothing) As 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.
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.