public static interface VirtualMachine.DefinitionStages.WithAvailabilitySet
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithCreate |
withExistingAvailabilitySet(AvailabilitySet availabilitySet)
Specifies an existing availability set to associate with the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate |
withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
Specifies definition of a not-yet-created availability set definition
to associate the virtual machine with.
|
VirtualMachine.DefinitionStages.WithCreate |
withNewAvailabilitySet(String name)
Specifies the name of a new availability set to associate with the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate withNewAvailabilitySet(String name)
name - the name of an availability setVirtualMachine.DefinitionStages.WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
creatable - a creatable availability set definitionVirtualMachine.DefinitionStages.WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
availabilitySet - an existing availability setCopyright © 2019. All rights reserved.