Show / Hide Table of Contents

Class AutoscaleSettingProfileFixedDateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingProfileFixedDateArgs
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 AutoscaleSettingProfileFixedDateArgs : ResourceArgs

Constructors

View Source

AutoscaleSettingProfileFixedDateArgs()

Declaration
public AutoscaleSettingProfileFixedDateArgs()

Properties

View Source

End

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

Declaration
public Input<string> End { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Start

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

Declaration
public Input<string> Start { get; set; }
Property Value
Type Description
Input<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 Input<string> Timezone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.