| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionManaged
The entirety of the managed disk based virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
The entirety of the virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionShared
The virtual machine scale set stages shared between managed and unmanaged based virtual machine scale set
definitions.
|
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.DefinitionUnmanaged
The entirety of the unmanaged disk based virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithOS |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer.withoutPrimaryInternalLoadBalancer()
Specifies that no internal load balancer should be associated with the primary network interfaces of the
virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithOS |
VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool.withPrimaryInternalLoadBalancerInboundNatPools(String... natPoolNames)
Associate internal load balancer inbound NAT pools with the the primary network interface of the scale
set virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.