共用方式為


Resource 建構函式

定義

多載

Resource()

初始化 Resource 類別的新執行個體。

Resource(String, String, String)

初始化 Resource 類別的新執行個體。

Resource()

初始化 Resource 類別的新執行個體。

public Resource ();
Public Sub New ()

適用於

Resource(String, String, String)

初始化 Resource 類別的新執行個體。

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

參數

id
String

資源的完整資源識別碼

name
String

資源的名稱

type
String

資源類型。

適用於