Class AutoscaleSettingProfileFixedDateArgs
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 AutoscaleSettingProfileFixedDateArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileFixedDateArgs()
Declaration
public AutoscaleSettingProfileFixedDateArgs()
Properties
View SourceEnd
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> |
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> |
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> |