Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
-
Packages that use VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer 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.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPoolThe stage of a virtual machine scale set definition allowing to associate a backend pool and/or 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.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPoolThe stage of a virtual machine scale set definition 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.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancerVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer. withoutPrimaryInternetFacingLoadBalancer()Specifies that no public load balancer should be associated with the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancerVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool. withPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)Associates the specified inbound NAT pools of the selected internal load balancer with the primary network interface of the virtual machines in the scale set.
-