Class AutoscaleSettingProfileGetArgs
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 AutoscaleSettingProfileGetArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileGetArgs()
Declaration
public AutoscaleSettingProfileGetArgs()
Properties
View SourceCapacity
A capacity block as defined below.
Declaration
public Input<AutoscaleSettingProfileCapacityGetArgs> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileCapacityGetArgs> |
FixedDate
A fixed_date block as defined below. This cannot be specified if a recurrence block is specified.
Declaration
public Input<AutoscaleSettingProfileFixedDateGetArgs> FixedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileFixedDateGetArgs> |
Name
Specifies the name of the profile.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recurrence
A recurrence block as defined below. This cannot be specified if a fixed_date block is specified.
Declaration
public Input<AutoscaleSettingProfileRecurrenceGetArgs> Recurrence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AutoscaleSettingProfileRecurrenceGetArgs> |
Rules
One or more (up to 10) rule blocks as defined below.
Declaration
public InputList<AutoscaleSettingProfileRuleGetArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AutoscaleSettingProfileRuleGetArgs> |