共用方式為


ProxyResource 建構函式

定義

多載

ProxyResource()

初始化 ProxyResource 類別的新實例。

ProxyResource(String, String, String)

初始化 ProxyResource 類別的新實例。

ProxyResource()

初始化 ProxyResource 類別的新實例。

public ProxyResource ();
Public Sub New ()

適用於

ProxyResource(String, String, String)

初始化 ProxyResource 類別的新實例。

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

參數

id
String

資源的完整資源識別碼

name
String

資源的名稱

type
String

資源類型。

適用於