Skip to main content

autoscale_settings

Overview

Nameautoscale_settings
TypeResource
Idazure.monitor.autoscale_settings

Fields

NameDatatypeDescription
idstringAzure resource Id
namestringAzure resource name
locationstringResource location
propertiesobjectA setting that contains all of the configuration for the automatic scaling of a resource.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectGets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
typestringAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTautoscaleSettingName, resourceGroupName, subscriptionIdGets an autoscale setting
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists the autoscale settings for a resource group
list_by_subscriptionSELECTsubscriptionIdLists the autoscale settings for a subscription
create_or_updateINSERTautoscaleSettingName, resourceGroupName, subscriptionId, data__propertiesCreates or updates an autoscale setting.
deleteDELETEautoscaleSettingName, resourceGroupName, subscriptionIdDeletes and autoscale setting
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists the autoscale settings for a resource group
_list_by_subscriptionEXECsubscriptionIdLists the autoscale settings for a subscription
updateEXECautoscaleSettingName, resourceGroupName, subscriptionIdUpdates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method.