Addon 建構函式

定義

多載

Addon()

初始化 Addon 類別的新實例。

Addon(String, String, String, AddonProperties)

初始化 Addon 類別的新實例。

Addon()

初始化 Addon 類別的新實例。

public Addon ();
Public Sub New ()

適用於

Addon(String, String, String, AddonProperties)

初始化 Addon 類別的新實例。

public Addon (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Avs.Models.AddonProperties properties = default);
new Microsoft.Azure.Management.Avs.Models.Addon : string * string * string * Microsoft.Azure.Management.Avs.Models.AddonProperties -> Microsoft.Azure.Management.Avs.Models.Addon
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As AddonProperties = Nothing)

參數

id
String

資源識別碼。

name
String

資源名稱。

type
String

資源類型。

properties
AddonProperties

附加元件資源的屬性

適用於