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(com.microsoft.azure.management.resources.fluentcore.model.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AvailabilitySet> creatable)
creatable - a creatable availability set definitionVirtualMachine.DefinitionStages.WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
availabilitySet - an existing availability set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/