public abstract class VirtualMachineScaleSetPlan extends Object
Constructor and Description |
---|
VirtualMachineScaleSetPlan() |
Modifier and Type | Method and Description |
---|---|
static VirtualMachineScaleSetPlan |
create(String name,
String publisher,
String product) |
abstract String |
name()
The name of the Virtual Machine Scale Set Plan
|
abstract String |
product()
The product of the Virtual Machine Scale Set Plan
|
abstract String |
publisher()
The publisher of the Virtual Machine Scale Set Plan
|
@Nullable public abstract String publisher()
@Nullable public abstract String product()
public static VirtualMachineScaleSetPlan create(String name, String publisher, String product)
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.