IWithProximityPlacementGroup Interface

Definition

The stage of a virtual machine definition allowing to set information about the proximity placement group that the virtual machine scale set should be assigned to.

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

Methods

WithLatestLinuxImage(String, String, String)

Specifies that the latest version of a marketplace Linux image is to be used as the virtual machine's OS.

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

Specifies that the latest version of a marketplace Windows image should to be used as the virtual machine's OS.

(Inherited from IWithOS)
WithLinuxCustomImage(String)

Specifies the resource ID of a Linux custom image to be used as the virtual machines' OS.

(Inherited from IWithOS)
WithLinuxGalleryImageVersion(String)

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

(Inherited from IWithOSBeta)
WithNewProximityPlacementGroup(String, ProximityPlacementGroupType)

Creates a new proximity placement group with the specified name and then adds it to the VM

WithPopularLinuxImage(KnownLinuxVirtualMachineImage)

Specifies a known marketplace Linux image to be used for the virtual machine's OS.

(Inherited from IWithOS)
WithPopularWindowsImage(KnownWindowsVirtualMachineImage)

Specifies a known marketplace Windows image to be used for the virtual machine's OS.

(Inherited from IWithOS)
WithProximityPlacementGroup(String)

Set information about the proximity placement group that the virtual machine scale set should be assigned to.

WithSpecializedOSDisk(IDisk, OperatingSystemTypes)

Specifies a specialized operating system managed disk to be attached to the virtual machine.

(Inherited from IWithOS)
WithSpecializedOSUnmanagedDisk(String, OperatingSystemTypes)

Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.

(Inherited from IWithOS)
WithSpecificLinuxImageVersion(ImageReference)

Specifies a version of a market-place Linux image to be used as the virtual machine's OS.

(Inherited from IWithOS)
WithSpecificWindowsImageVersion(ImageReference)

Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.

(Inherited from IWithOS)
WithStoredLinuxImage(String)

Specifies a user (generalized) Linux image to be used for the virtual machine's OS.

(Inherited from IWithOS)
WithStoredWindowsImage(String)

Specifies the user (generalized) Windows image to be used for the virtual machine's OS.

(Inherited from IWithOS)
WithWindowsCustomImage(String)

Specifies the resource ID of a Windows custom image to be used as the virtual machine's OS.

(Inherited from IWithOS)
WithWindowsGalleryImageVersion(String)

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

(Inherited from IWithOSBeta)

Applies to