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 SourceCapacity
Specifies the number of virtual machines in the scale set.
Declaration
public readonly int Capacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Specifies the size of virtual machines in a scale set.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |