| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.Definition
The entirety of the load balancer definition.
|
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.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.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.
*/