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 SourceEnd
Specifies the end date for the profile, formatted as an RFC3339 date string.
Declaration
public readonly string End
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |