Class AutoscaleSettingProfile
Inheritance
System.Object
AutoscaleSettingProfile
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 AutoscaleSettingProfile
Fields
View SourceCapacity
A capacity block as defined below.
Declaration
public readonly AutoscaleSettingProfileCapacity Capacity
Field Value
| Type | Description |
|---|---|
| AutoscaleSettingProfileCapacity |
FixedDate
A fixed_date block as defined below. This cannot be specified if a recurrence block is specified.
Declaration
public readonly AutoscaleSettingProfileFixedDate FixedDate
Field Value
| Type | Description |
|---|---|
| AutoscaleSettingProfileFixedDate |
Name
Specifies the name of the profile.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Recurrence
A recurrence block as defined below. This cannot be specified if a fixed_date block is specified.
Declaration
public readonly AutoscaleSettingProfileRecurrence Recurrence
Field Value
| Type | Description |
|---|---|
| AutoscaleSettingProfileRecurrence |
Rules
One or more (up to 10) rule blocks as defined below.
Declaration
public readonly ImmutableArray<AutoscaleSettingProfileRule> Rules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<AutoscaleSettingProfileRule> |