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.WithAvailabilitySet
The stage of the virtual machine definition allowing to specify availability set.
|
static interface |
VirtualMachine.DefinitionStages.WithAvailabilityZone
The stage of the VM definition allowing to specify availability zone.
|
static interface |
VirtualMachine.DefinitionStages.WithBootDiagnostics
The stage of the virtual machine definition allowing to enable boot diagnostics.
|
static interface |
VirtualMachine.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created, but also allows
for any other optional settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithExtension
The stage of the virtual machine definition allowing to specify extensions.
|
static interface |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
The stage of a virtual machine definition containing various settings when virtual machine is created from image.
|
static interface |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged
The stage of a virtual machine definition containing various settings when virtual machine is created from image.
|
static interface |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
The stage of a virtual machine definition containing various settings when virtual machine is created from image.
|
static interface |
VirtualMachine.DefinitionStages.WithGroup
The stage of a virtual machine definition allowing to specify the resource group.
|
static interface |
VirtualMachine.DefinitionStages.WithLicenseType
The stage of the virtual machine definition allowing to specify that the image or disk that is being used was licensed
on-premises.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxCreateManaged
The stage of a Linux virtual machine definition which contains all the minimum required inputs for
the resource to be created, but also allows for any other optional settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxCreateManagedOrUnmanaged
The stage of the Linux virtual machine definition which contains all the minimum required inputs for
the resource to be created, but also allows
for any other optional settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
The stage of a Linux virtual machine definition which contains all the minimum required inputs for
the resource to be created, but also allows for any other optional settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged
The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyUnmanaged
The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged
The stage of a Linux virtual machine definition allowing to specify an SSH root user name.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged
The stage of a Linux virtual machine definition allowing to specify an SSH root user name.
|
static interface |
VirtualMachine.DefinitionStages.WithLinuxRootUsernameUnmanaged
The stage of a Linux virtual machine definition allowing to specify an SSH root user name.
|
static interface |
VirtualMachine.DefinitionStages.WithManagedCreate
The stage of the definition which contains all the minimum required inputs for the VM using managed OS disk
to be created and optionally allow managed data disks specific settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithManagedDataDisk
The stage of a virtual machine definition allowing to specify a managed data disk.
|
static interface |
VirtualMachine.DefinitionStages.WithNetwork
The stage of a virtual machine definition allowing to specify a virtual network with the new primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithOS
The stage of a virtual machine definition allowing to specify the operating system image.
|
static interface |
VirtualMachine.DefinitionStages.WithOSDiskSettings
The stage of a virtual machine definition allowing to specify OS disk configurations.
|
static interface |
VirtualMachine.DefinitionStages.WithPlan
The stage of a virtual machine definition allowing to specify a purchase plan.
|
static interface |
VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
The stage of a virtual machine definition allowing to specify the primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithPrivateIP
The stage of a virtual machine definition allowing to specify a private IP address within a virtual network subnet.
|
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.DefinitionStages.WithPublicIPAddress
The stage of a virtual machine definition allowing to associate a public IP address with its primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface
The stage of a virtual machine definition allowing to specify additional network interfaces.
|
static interface |
VirtualMachine.DefinitionStages.WithStorageAccount
The stage of a virtual machine definition allowing to specify a storage account.
|
static interface |
VirtualMachine.DefinitionStages.WithSubnet
The stage of a virtual machine definition allowing to specify the virtual network subnet for a new primary network interface.
|
static interface |
VirtualMachine.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
The stage of the System Assigned (Local) Managed Service Identity enabled virtual machine allowing to
set access role for the identity.
|
static interface |
VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity
The stage of the virtual machine definition allowing to enable System Assigned (Local) Managed Service Identity.
|
static interface |
VirtualMachine.DefinitionStages.WithUnmanagedCreate
The stage of a virtual machine definition which contains all the minimum required inputs for the VM using
storage account (unmanaged based OS disk to be created and optionally allow unmanaged data disk and settings
specific to unmanaged OS disk to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithUnmanagedDataDisk
The stage of a virtual machine definition allowing to add an unmanaged data disk.
|
static interface |
VirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity
The stage of the virtual machine definition allowing to specify User Assigned (External) Managed Service Identities.
|
static interface |
VirtualMachine.DefinitionStages.WithVMSize
The stage of a virtual machine definition allowing to select a VM size.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged
The stage of a Windows virtual machine definition allowing to specify an administrator user name.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged
The stage of a Windows virtual machine definition allowing to specify an administrator password.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminPasswordUnmanaged
The stage of a Windows virtual machine definition allowing to specify an administrator password.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManaged
The stage of a Windows virtual machine definition allowing to specify an administrator user name.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged
The stage of a Windows virtual machine definition allowing to specify an administrator user name.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameUnmanaged
The stage of the Windows virtual machine definition allowing to specify an administrator user name.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged
The stage of a Windows virtual machine definition which contains all the minimum required inputs for
the resource to be created, but also allows for any other optional settings to be specified.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
The stage of the Windows virtual machine definition allowing to enable unmanaged disks
or continue the definition of the VM with managed disks only.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged
The stage of the Windows virtual machine definition which contains all the minimum required inputs for
the resource to be created, but also allows for any other optional settings to be specified.
|
Copyright © 2019. All rights reserved.