Skip to main content

managed_apply_maintenance_window

Creates, updates, deletes, gets or lists a managed_apply_maintenance_window resource.

Overview

Namemanaged_apply_maintenance_window
TypeResource
Idazure.service_fabric_managed_clusters.managed_apply_maintenance_window

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
postexecresource_group_name, cluster_name, subscription_idAction to Apply Maintenance window on the Service Fabric Managed Clusters. Any pending update will be applied.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
cluster_namestringThe name of the cluster resource. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring

Lifecycle Methods

Action to Apply Maintenance window on the Service Fabric Managed Clusters. Any pending update will be applied.

EXEC azure.service_fabric_managed_clusters.managed_apply_maintenance_window.post 
@resource_group_name='{{ resource_group_name }}' --required,
@cluster_name='{{ cluster_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"startDateTime": "{{ startDateTime }}",
"duration": "{{ duration }}",
"timeZone": "{{ timeZone }}"
}'
;