Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool
-
Packages that use VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineScaleSet.UpdateThe entirety of the virtual machine scale set update.static interfaceVirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPoolThe 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.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPoolVirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool. withPrimaryInternalLoadBalancerBackends(String... backendNames)Associates the specified internal load balancer backends with the primary network interface of the virtual machines in the scale set.
-