ResourceGroupValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ResourceGroupValue() |
初始化 ResourceGroupValue 類別的新實例。 |
ResourceGroupValue(String, String) |
初始化 ResourceGroupValue 類別的新實例。 |
ResourceGroupValue()
初始化 ResourceGroupValue 類別的新實例。
public ResourceGroupValue ();
Public Sub New ()
適用於
ResourceGroupValue(String, String)
初始化 ResourceGroupValue 類別的新實例。
public ResourceGroupValue (string name = default, string location = default);
new Microsoft.Azure.Management.Blueprint.Models.ResourceGroupValue : string * string -> Microsoft.Azure.Management.Blueprint.Models.ResourceGroupValue
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing)
參數
- name
- String
資源群組的名稱。
- location
- String
資源群組的位置。