Class AutoscaleSettingProfileRecurrenceArgs
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 AutoscaleSettingProfileRecurrenceArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileRecurrenceArgs()
Declaration
public AutoscaleSettingProfileRecurrenceArgs()
Properties
View SourceDays
A list of days that this profile takes effect on. Possible values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.
Declaration
public InputList<string> Days { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Hours
A list containing a single item, which specifies the Hour interval at which this recurrence should be triggered (in 24-hour time). Possible values are from 0 to 23.
Declaration
public Input<int> Hours { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Minutes
A list containing a single item which specifies the Minute interval at which this recurrence should be triggered.
Declaration
public Input<int> Minutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Timezone
The Time Zone used for the hours field. A list of possible values can be found here. Defaults to UTC.
Declaration
public Input<string> Timezone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |