你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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