Show / Hide Table of Contents

Class AutoscaleSettingProfileRecurrenceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingProfileRecurrenceArgs
Inherited Members
ResourceArgs.Empty
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 Source

AutoscaleSettingProfileRecurrenceArgs()

Declaration
public AutoscaleSettingProfileRecurrenceArgs()

Properties

View Source

Days

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.