Show / Hide Table of Contents

Class AutoscaleSettingProfileArgs

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

Constructors

View Source

AutoscaleSettingProfileArgs()

Declaration
public AutoscaleSettingProfileArgs()

Properties

View Source

Capacity

A capacity block as defined below.

Declaration
public Input<AutoscaleSettingProfileCapacityArgs> Capacity { get; set; }
Property Value
Type Description
Input<AutoscaleSettingProfileCapacityArgs>
View Source

FixedDate

A fixed_date block as defined below. This cannot be specified if a recurrence block is specified.

Declaration
public Input<AutoscaleSettingProfileFixedDateArgs> FixedDate { get; set; }
Property Value
Type Description
Input<AutoscaleSettingProfileFixedDateArgs>
View Source

Name

Specifies the name of the profile.

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

Recurrence

A recurrence block as defined below. This cannot be specified if a fixed_date block is specified.

Declaration
public Input<AutoscaleSettingProfileRecurrenceArgs> Recurrence { get; set; }
Property Value
Type Description
Input<AutoscaleSettingProfileRecurrenceArgs>
View Source

Rules

One or more (up to 10) rule blocks as defined below.

Declaration
public InputList<AutoscaleSettingProfileRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<AutoscaleSettingProfileRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.