TrafficManagerEndpointResource.Update 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.
Update a Traffic Manager endpoint.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
- Operation Id: Endpoints_Update
- Default Api Version: 2022-04-01
- Resource: TrafficManagerEndpointResource
public virtual Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource> Update (Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
override this.Update : Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
Public Overridable Function Update (data As TrafficManagerEndpointData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrafficManagerEndpointResource)
Parameters
The Traffic Manager endpoint parameters supplied to the Update operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET