IWithInternalInternalLoadBalancerNatPool Interface

Definition

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.

public interface IWithInternalInternalLoadBalancerNatPool : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithOS, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithInternalInternalLoadBalancerNatPool = interface
    interface IWithOS
    interface IWithOSBeta
    interface IBeta
Public Interface IWithInternalInternalLoadBalancerNatPool
Implements IBeta, IWithOS
Derived
Implements

Methods

WithLatestLinuxImage(String, String, String)

Specifies that the latest version of a marketplace Linux image should be used.

(Inherited from IWithOS)
WithLatestWindowsImage(String, String, String)

Specifies that the latest version of the specified marketplace Windows image should be used.

(Inherited from IWithOS)
WithLinuxCustomImage(String)

Specifies the ID of a Linux custom image to be used.

(Inherited from IWithOS)
WithLinuxGalleryImageVersion(String)

Specifies the resource ID of a Linux gallery image version to be used as the virtual machines scaleset OS.

(Inherited from IWithOSBeta)
WithPopularLinuxImage(KnownLinuxVirtualMachineImage)

Specifies a known marketplace Linux image used as the virtual machine's operating system.

(Inherited from IWithOS)
WithPopularWindowsImage(KnownWindowsVirtualMachineImage)

Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.

(Inherited from IWithOS)
WithPrimaryInternalLoadBalancerInboundNatPools(String[])

Associate internal load balancer inbound NAT pools with the the primary network interface of the scale set virtual machine.

WithSpecificLinuxImageVersion(ImageReference)

Specifies the specific version of a market-place Linux image that should be used.

(Inherited from IWithOS)
WithSpecificWindowsImageVersion(ImageReference)

Specifies the specific version of a marketplace Windows image needs to be used.

(Inherited from IWithOS)
WithStoredLinuxImage(String)

Specifies the user (custom) Linux image used as the virtual machine's operating system.

(Inherited from IWithOS)
WithStoredWindowsImage(String)

Specifies the user (custom) Windows image to be used as the operating system for the virtual machines in the scale set.

(Inherited from IWithOS)
WithWindowsCustomImage(String)

Specifies the ID of a Windows custom image to be used.

(Inherited from IWithOS)
WithWindowsGalleryImageVersion(String)

Specifies the resource ID of a Windows gallery image version to be used as the virtual machine scaleset OS.

(Inherited from IWithOSBeta)

Applies to