Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool
-
Packages that use VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineScaleSet.DefinitionManagedThe entirety of the managed disk based virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionManagedOrUnmanagedThe entirety of the virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionSharedThe virtual machine scale set stages shared between managed and unmanaged based virtual machine scale set definitions.static interfaceVirtualMachineScaleSet.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPoolVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer. withExistingPrimaryInternalLoadBalancer(LoadBalancer loadBalancer)Specifies the internal load balancer whose backends and/or NAT pools can be assigned to the primary network interface of the virtual machines in the scale set.
-