DataCollectionEndpointResource.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.
Updates part of a data collection endpoint.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
- Operation Id: DataCollectionEndpoints_Update
- Default Api Version: 2022-06-01
- Resource: DataCollectionEndpointResource
public virtual Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource> Update (Azure.ResourceManager.Monitor.Models.ResourceForUpdate body, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Monitor.Models.ResourceForUpdate * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
override this.Update : Azure.ResourceManager.Monitor.Models.ResourceForUpdate * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
Public Overridable Function Update (body As ResourceForUpdate, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataCollectionEndpointResource)
Parameters
- body
- ResourceForUpdate
The payload.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
body
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET