| 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.DefinitionUnmanaged
The entirety of the unmanaged disk based virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithPrivateIP |
VirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.network.Network> creatable)
Creates a new virtual network to associate with the virtual machine's primary network interface, based on
the provided definition.
|
VirtualMachine.DefinitionStages.WithPrivateIP |
VirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork(String addressSpace)
Creates a new virtual network to associate with the virtual machine's primary network interface.
|
VirtualMachine.DefinitionStages.WithPrivateIP |
VirtualMachine.DefinitionStages.WithSubnet.withSubnet(String name)
Associates a subnet with the virtual machine's primary network interface.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/