| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManaged
The entirety of the managed disk based virtual machine definition.
|
static interface |
VirtualMachine.DefinitionManagedOrUnmanaged
The entirety of the virtual machine definition.
|
static interface |
VirtualMachine.DefinitionShared
The virtual machine scale set stages shared between managed and unmanaged based
virtual machine definitions.
|
static interface |
VirtualMachine.DefinitionStages.WithProximityPlacementGroup
The stage of a virtual machine definition allowing to
set information about the proximity placement group that the virtual machine scale set should
be assigned to.
|
static interface |
VirtualMachine.DefinitionUnmanaged
The entirety of the unmanaged disk based virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithProximityPlacementGroup.withNewProximityPlacementGroup(String proximityPlacementGroupName,
ProximityPlacementGroupType type)
Creates a new proximity placement gruup witht he specified name and then adds it to the VM.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithProximityPlacementGroup.withProximityPlacementGroup(String promixityPlacementGroupId)
Set information about the proximity placement group that the virtual machine scale set should
be assigned to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/