Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
-
Packages that use VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer 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.WithPrimaryInternetFacingLoadBalancerBackendOrNatPoolThe 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 interfaceVirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPoolThe 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 interfaceVirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancerThe stage of a virtual machine scale set update allowing to specify load balancers for the primary network interface of the scale set virtual machines.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerVirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool. withPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)Associates inbound NAT pools of the selected Internet-facing load balancer with the primary network interface of the virtual machines in the scale set.
-