Show / Hide Table of Contents

Class AutoscaleSettingProfileRecurrence

Inheritance
System.Object
AutoscaleSettingProfileRecurrence
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingProfileRecurrence

Fields

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 readonly ImmutableArray<string> Days
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly int Hours
Field Value
Type Description
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 readonly int Minutes
Field Value
Type Description
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 readonly string Timezone
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.