ResourceGroupDefinition 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ResourceGroupDefinition() |
初始化 ResourceGroupDefinition 類別的新實例。 |
ResourceGroupDefinition(String, String, String, String, String, IList<String>, IDictionary<String,String>) |
初始化 ResourceGroupDefinition 類別的新實例。 |
ResourceGroupDefinition()
初始化 ResourceGroupDefinition 類別的新實例。
public ResourceGroupDefinition ();
Public Sub New ()
適用於
ResourceGroupDefinition(String, String, String, String, String, IList<String>, IDictionary<String,String>)
初始化 ResourceGroupDefinition 類別的新實例。
public ResourceGroupDefinition (string name = default, string location = default, string displayName = default, string description = default, string strongType = default, System.Collections.Generic.IList<string> dependsOn = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional strongType As String = Nothing, Optional dependsOn As IList(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
參數
- name
- String
此 resourceGroup 的名稱。 如果在藍圖指派期間指定資源組名,請保留空白。
- location
- String
此 resourceGroup 的位置。 如果在藍圖指派期間指定資源群組位置,請保留空白。
- displayName
- String
此參數/resourceGroup 的 DisplayName。
- description
- String
此參數/resourceGroup 的描述。
- strongType
- String
在藍圖指派期間,UI 的 StrongType 可呈現豐富的體驗。 支援的強型別為 resourceType、principalId 和 location。
- tags
- IDictionary<String,String>
要指派給此資源群組的標記。