Show / Hide Table of Contents

Class ScaleSetSku

Inheritance
System.Object
ScaleSetSku
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.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetSku

Fields

View Source

Capacity

Specifies the number of virtual machines in the scale set.

Declaration
public readonly int Capacity
Field Value
Type Description
System.Int32
View Source

Name

Specifies the size of virtual machines in a scale set.

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

Tier

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

Declaration
public readonly string Tier
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.