AssignmentJobCreatedResource 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AssignmentJobCreatedResource() |
初始化 AssignmentJobCreatedResource 類別的新實例。 |
AssignmentJobCreatedResource(String, String, String, IDictionary<String,String>) |
初始化 AssignmentJobCreatedResource 類別的新實例。 |
AssignmentJobCreatedResource()
初始化 AssignmentJobCreatedResource 類別的新實例。
public AssignmentJobCreatedResource ();
Public Sub New ()
適用於
AssignmentJobCreatedResource(String, String, String, IDictionary<String,String>)
初始化 AssignmentJobCreatedResource 類別的新實例。
public AssignmentJobCreatedResource (string id = default, string type = default, string name = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Blueprint.Models.AssignmentJobCreatedResource : string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Blueprint.Models.AssignmentJobCreatedResource
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
參數
- id
- String
用來在 Azure 上尋找任何資源的字串識別碼。
- type
- String
此資源的類型。
- name
- String
此資源的名稱。
- properties
- IDictionary<String,String>
字典中的其他屬性。