共用方式為


ResourceGroupValue 建構函式

定義

多載

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

資源群組的位置。

適用於