public static interface VirtualMachineScaleSet.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionStages.Blank
The first stage of a virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName
The stage of a Windows virtual machine scale set definition allowing to specify the administrator user name.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithCapacity
The stage of the virtual machine scale set definition allowing to specify number of
virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix
The stage of a virtual machine scale set definition allowing to specify the computer name prefix.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithCreate
The stage of a virtual machine scale set definition containing all the required inputs for the resource
to be created (via
Creatable.create()), but also allowing for any other optional settings
to be specified. |
static interface |
VirtualMachineScaleSet.DefinitionStages.WithExtension
The stage of a virtual machine definition allowing to specify extensions.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithGroup
The stage of a virtual machine scale set definition allowing to specify the resource group.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool
The stage of the virtual machine scale set definition allowing to associate inbound NAT pools of the selected
internal load balancer with the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool
The stage of a virtual machine scale set definition allowing to associate backend pools and/or inbound NAT pools
of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate
The stage of a Linux virtual machine scale set 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 |
VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet
The stage of a virtual machine scale set definition allowing to specify the virtual network subnet for the
primary network configuration.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithOS
The stage of the virtual machine scale set definition allowing to specify the operating system image.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
The stage of a virtual machine scale set definition allowing to specify OS disk configurations.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithOverProvision
The stage of a virtual machine scale set definition allowing to specify whether
or not to over-provision virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithPassword
The stage of a virtual machine scale set definition allowing to specify the password.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
The stage of a virtual machine scale set definition allowing to specify an internal load balancer for
the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
The stage of a virtual machine scale set definition allowing to specify an Internet-facing load balancer for
the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
The stage of a virtual machine scale set definition allowing to associate a backend pool and/or an inbound NAT pool
of the selected Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool
The stage of a virtual machine scale set definition allowing to associate an inbound NAT pool of the selected
Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithRootUserName
The stage of a Linux virtual machine scale set definition allowing to specify the root user name.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithSku
The stage of a virtual machine scale set definition allowing to specify SKU for the virtual machines.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithStorageAccount
The stage of a virtual machine scale set definition allowing to specify the storage account.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy
The stage of a virtual machine scale set definition allowing to specify the upgrade policy.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate
The stage of a Windows virtual machine scale set 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.
*/