Show / Hide Table of Contents

Class ScaleSetSkuArgs

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

Constructors

View Source

ScaleSetSkuArgs()

Declaration
public ScaleSetSkuArgs()

Properties

View Source

Capacity

Specifies the number of virtual machines in the scale set.

Declaration
public Input<int> Capacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Specifies the size of virtual machines in a scale set.

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

Tier

Specifies the tier of virtual machines in a scale set. Possible values, standard or basic.

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