Skip to main content

auto_upgrade_profile_operations

Creates, updates, deletes, gets or lists an auto_upgrade_profile_operations resource.

Overview

Nameauto_upgrade_profile_operations
TypeResource
Idazure.container_service_fleet.auto_upgrade_profile_operations

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
generate_update_runexecresource_group_name, fleet_name, auto_upgrade_profile_name, subscription_idGenerates an update run for a given auto upgrade profile.

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
auto_upgrade_profile_namestringThe name of the AutoUpgradeProfile resource. Required.
fleet_namestringThe name of the Fleet resource. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring

Lifecycle Methods

Generates an update run for a given auto upgrade profile.

EXEC azure.container_service_fleet.auto_upgrade_profile_operations.generate_update_run 
@resource_group_name='{{ resource_group_name }}' --required,
@fleet_name='{{ fleet_name }}' --required,
@auto_upgrade_profile_name='{{ auto_upgrade_profile_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;