Skip to main content

update_summaries_operation_group

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

Overview

Nameupdate_summaries_operation_group
TypeResource
Idazure_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:

NameAccessible byRequired ParamsOptional ParamsDescription
check_updatesexecresource_group_name, cluster_name, subscription_idCheck for updates.
check_healthexecresource_group_name, cluster_name, subscription_idCheck 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.

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

Lifecycle Methods

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 }}"
}'
;