MaintenanceWindowResource.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 tags on a maintenance window.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/maintenanceWindows/{maintenanceWindowName}.
- Operation Id. : MaintenanceWindows_UpdateTags.
- Default Api Version. : 2026-04-02-preview.
- Resource. : MaintenanceWindowResource.
public virtual Azure.Response<Azure.ResourceManager.ContainerService.MaintenanceWindowResource> Update(Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject properties, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.MaintenanceWindowResource>
override this.Update : Azure.ResourceManager.ContainerService.Models.ContainerServiceTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.MaintenanceWindowResource>
Public Overridable Function Update (properties As ContainerServiceTagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceWindowResource)
Parameters
- properties
- ContainerServiceTagsObject
Parameters supplied to the Update maintenance window Tags operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
properties is null.