AutoscaleSettingsOperations Class
AutoscaleSettingsOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectAutoscaleSettingsOperations
Constructor
AutoscaleSettingsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| create_or_update |
Creates or updates an autoscale setting. |
| delete |
Deletes and autoscale setting. |
| get |
Gets an autoscale setting. |
| list_by_resource_group |
Lists the autoscale settings for a resource group. |
| list_by_subscription |
Lists the autoscale settings for a subscription. |
| update |
Updates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method. |
create_or_update
Creates or updates an autoscale setting.
async create_or_update(resource_group_name: str, autoscale_setting_name: str, parameters: azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResource, **kwargs: Any) -> azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResource
Parameters
- parameters
- <xref:$>(<xref:python-base-namespace>)AutoscaleSettingResource
Parameters supplied to the operation.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AutoscaleSettingResource, or the result of cls(response)
Return type
Exceptions
delete
Deletes and autoscale setting.
async delete(resource_group_name: str, autoscale_setting_name: str, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Gets an autoscale setting.
async get(resource_group_name: str, autoscale_setting_name: str, **kwargs: Any) -> azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResource
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AutoscaleSettingResource, or the result of cls(response)
Return type
Exceptions
list_by_resource_group
Lists the autoscale settings for a resource group.
list_by_resource_group(resource_group_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResourceCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either AutoscaleSettingResourceCollection or the result of cls(response)
Return type
Exceptions
list_by_subscription
Lists the autoscale settings for a subscription.
list_by_subscription(**kwargs: Any) -> AsyncIterable[azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResourceCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either AutoscaleSettingResourceCollection or the result of cls(response)
Return type
Exceptions
update
Updates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method.
async update(resource_group_name: str, autoscale_setting_name: str, autoscale_setting_resource: azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResourcePatch, **kwargs: Any) -> azure.mgmt.monitor.v2021_05_01_preview.models._models_py3.AutoscaleSettingResource
Parameters
- autoscale_setting_resource
- <xref:$>(<xref:python-base-namespace>)AutoscaleSettingResourcePatch
Parameters supplied to the operation.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AutoscaleSettingResource, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.monitor.v2021_05_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\monitor\\v2021_05_01_preview\\models\\__init__.py'>
Feedback
Submit and view feedback for