managed_apply_maintenance_window
Creates, updates, deletes, gets or lists a managed_apply_maintenance_window resource.
Overview
| Name | managed_apply_maintenance_window |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
post | exec | resource_group_name, cluster_name, subscription_id | Action 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.
| Name | Datatype | Description |
|---|---|---|
cluster_name | string | The name of the cluster resource. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
Lifecycle Methods
- post
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 }}"
}'
;