Partager via


SkuProfileVMSize Constructors

Definition

Overloads

SkuProfileVMSize()

Initializes a new instance of the SkuProfileVMSize class.

SkuProfileVMSize(String)

Initializes a new instance of the SkuProfileVMSize class.

SkuProfileVMSize()

Initializes a new instance of the SkuProfileVMSize class.

public SkuProfileVMSize ();
Public Sub New ()

Applies to

SkuProfileVMSize(String)

Initializes a new instance of the SkuProfileVMSize class.

public SkuProfileVMSize (string name = default);
new Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize : string -> Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

Specifies the name of the VM Size.

Applies to