Class AutoscaleSettingProfileArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingProfileArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileArgs()
Declaration
public AutoscaleSettingProfileArgs()
Properties
View SourceCapacity
A capacity block as defined below.
Declaration
public Input<AutoscaleSettingProfileCapacityArgs> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileCapacityArgs> |
FixedDate
A fixed_date block as defined below. This cannot be specified if a recurrence block is specified.
Declaration
public Input<AutoscaleSettingProfileFixedDateArgs> FixedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileFixedDateArgs> |
Name
Specifies the name of the profile.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recurrence
A recurrence block as defined below. This cannot be specified if a fixed_date block is specified.
Declaration
public Input<AutoscaleSettingProfileRecurrenceArgs> Recurrence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileRecurrenceArgs> |
Rules
One or more (up to 10) rule blocks as defined below.
Declaration
public InputList<AutoscaleSettingProfileRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoscaleSettingProfileRuleArgs> |