update_summaries_operation_group
Creates, updates, deletes, gets or lists a update_summaries_operation_group resource.
Overview
| Name | update_summaries_operation_group |
| Type | Resource |
| Id | azure_stack.azure_stack_hci.update_summaries_operation_group |
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 |
|---|---|---|---|---|
check_updates | exec | resource_group_name, cluster_name, subscription_id | Check for updates. | |
check_health | exec | resource_group_name, cluster_name, subscription_id | Check health of UpdateSummaries. |
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. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
Lifecycle Methods
- check_updates
- check_health
Check for updates.
EXEC azure_stack.azure_stack_hci.update_summaries_operation_group.check_updates
@resource_group_name='{{ resource_group_name }}' --required,
@cluster_name='{{ cluster_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"updateName": "{{ updateName }}"
}'
;
Check health of UpdateSummaries.
EXEC azure_stack.azure_stack_hci.update_summaries_operation_group.check_health
@resource_group_name='{{ resource_group_name }}' --required,
@cluster_name='{{ cluster_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;