Show / Hide Table of Contents

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 Source

Capacity

A capacity block as defined below.

Declaration
public readonly AutoscaleSettingProfileCapacity Capacity
Field Value
Type Description
AutoscaleSettingProfileCapacity
View Source

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
View Source

Name

Specifies the name of the profile.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.