public static interface VirtualMachine.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionStages.Blank
The first stage of a virtual machine definition.
|
static interface |
VirtualMachine.DefinitionStages.WithAdminUserName
The stage of the Windows virtual machine definition allowing to specify administrator user name.
|
static interface |
VirtualMachine.DefinitionStages.WithAvailabilitySet
The stage of the virtual machine definition allowing to specify availability set.
|
static interface |
VirtualMachine.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
VirtualMachine.DefinitionStages.WithDataDisk
The stage of the virtual machine definition allowing to specify data disk configuration.
|
static interface |
VirtualMachine.DefinitionStages.WithExtension
The stage of the virtual machine definition allowing to specify extensions.
|
static interface |
VirtualMachine.DefinitionStages.WithGroup
The stage of the virtual machine definition allowing to specify the resource group.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxCreate
The stage of the Linux virtual machine definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
VirtualMachine.DefinitionStages.WithNetwork
The stage of the virtual machine definition allowing to specify virtual network for the new primary network
interface or to use a creatable or existing network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithOS
The stage of the virtual machine definition allowing to specify the Operation System image.
|
static interface |
VirtualMachine.DefinitionStages.WithOsDiskSettings
The stage of the virtual machine definition allowing to specify OS disk configurations.
|
static interface |
VirtualMachine.DefinitionStages.WithPassword
The stage of the virtual machine definition allowing to specify password.
|
static interface |
VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
The stage of the virtual machine definition allowing to specify the primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithPrivateIp
The stage of the virtual machine definition allowing to specify private IP address within a virtual network subnet.
|
static interface |
VirtualMachine.DefinitionStages.WithPublicIpAddress
The stage of the virtual machine definition allowing to associate public IP address with it's primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithRootUserName
The stage of the Linux virtual machine definition allowing to specify root user name.
|
static interface |
VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface
The stage of virtual machine definition allowing to specify additional network interfaces.
|
static interface |
VirtualMachine.DefinitionStages.WithStorageAccount
The stage of the virtual machine definition allowing to specify storage account.
|
static interface |
VirtualMachine.DefinitionStages.WithSubnet
The stage of the virtual machine definition allowing to specify virtual network subnet for the new primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithVMSize
The stage of the virtual machine definition allowing to specify VM size.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreate
The stage of the Windows virtual machine definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create(), but also allows
for any other optional settings to be specified. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/