public abstract class VirtualMachineScaleSetSKU extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetSKU() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
capacity()
The capacity of the Virtual Machine Scale Set SKU
|
static VirtualMachineScaleSetSKU |
create(String name,
String tier,
int capacity) |
abstract String |
name()
The name of the Virtual Machine Scale Set SKU
|
abstract String |
tier()
The tier of the Virtual Machine Scale Set SKU
|
public abstract String name()
public abstract String tier()
public abstract int capacity()
public static VirtualMachineScaleSetSKU create(String name, String tier, int capacity)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.