Class AutoscaleSettingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingArgs()
Declaration
public AutoscaleSettingArgs()
Properties
View SourceEnabled
Specifies whether automatic scaling is enabled for the target resource. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
Specifies the supported Azure location where the AutoScale Setting should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the AutoScale Setting. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Notification
Specifies a notification block as defined below.
Declaration
public Input<AutoscaleSettingNotificationArgs> Notification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingNotificationArgs> |
Profiles
Specifies one or more (up to 20) profile blocks as defined below.
Declaration
public InputList<AutoscaleSettingProfileArgs> Profiles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoscaleSettingProfileArgs> |
ResourceGroupName
The name of the Resource Group in the AutoScale Setting should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
TargetResourceId
Specifies the resource ID of the resource that the autoscale setting should be added to.
Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |