public static interface VirtualMachineScaleSet.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.UpdateStages.WithApply
The stage of a virtual machine scale set update containing inputs for the resource to be updated
(via
Appliable.apply()). |
static interface |
VirtualMachineScaleSet.UpdateStages.WithCapacity
The stage of a virtual machine scale set definition allowing to specify the number of
virtual machines in the scale set.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithExtension
The stage of the virtual machine definition allowing to specify extensions.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancer
The stage of a virtual machine scale set update allowing to remove the public and internal load balancer
from the primary network interface configuration.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerBackend
The stage of a virtual machine scale set update allowing to remove the association between the primary network
interface configuration and a backend of a load balancer.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool
A stage of the virtual machine scale set update allowing to remove the associations between the primary network
interface configuration and the specified inbound NAT pools of the load balancer.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
The stage of a virtual machine scale set update allowing to specify an internal load balancer for
the primary network interface of the scale set virtual machines.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool
The stage of a virtual machine scale set update allowing to associate backend pools and/or inbound NAT pools
of the selected internal load balancer with the primary network interface of the scale set virtual machines.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool
The stage of a virtual machine scale set update 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.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
The stage of a virtual machine scale set update allowing to associate a backend pool and/or 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.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool
The stage of a virtual machine scale set update 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.UpdateStages.WithPrimaryLoadBalancer
The stage of a virtual machine scale set update allowing to specify load balancers for the primary
network interface of the scale set virtual machines.
|
static interface |
VirtualMachineScaleSet.UpdateStages.WithSku
The stage of a virtual machine scale set update allowing to change the SKU for the virtual machines
in the scale set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/