Show / Hide Table of Contents

Class AutoscaleSettingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingArgs : ResourceArgs

Constructors

View Source

AutoscaleSettingArgs()

Declaration
public AutoscaleSettingArgs()

Properties

View Source

Enabled

Specifies whether automatic scaling is enabled for the target resource. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Location

Specifies the supported Azure location where the AutoScale Setting should exist. Changing this forces a new resource to be created.

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

Name

The name of the AutoScale Setting. Changing this forces a new resource to be created.

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

Notification

Specifies a notification block as defined below.

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

Profiles

Specifies one or more (up to 20) profile blocks as defined below.

Declaration
public InputList<AutoscaleSettingProfileArgs> Profiles { get; set; }
Property Value
Type Description
InputList<AutoscaleSettingProfileArgs>
View Source

ResourceGroupName

The name of the Resource Group in the AutoScale Setting should be created. Changing this forces a new resource to be created.

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

Tags

A mapping of tags to assign to the resource.

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

TargetResourceId

Specifies the resource ID of the resource that the autoscale setting should be added to.

Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.