Show / Hide Table of Contents

Class AutoscaleSettingProfileFixedDate

Inheritance
System.Object
AutoscaleSettingProfileFixedDate
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 AutoscaleSettingProfileFixedDate

Fields

View Source

End

Specifies the end date for the profile, formatted as an RFC3339 date string.

Declaration
public readonly string End
Field Value
Type Description
System.String
View Source

Start

Specifies the start date for the profile, formatted as an RFC3339 date string.

Declaration
public readonly string Start
Field Value
Type Description
System.String
View Source

Timezone

The Time Zone of the start and end times. 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.