ResourceGroupValue Constructors

Definition

Overloads

ResourceGroupValue()

Initializes a new instance of the ResourceGroupValue class.

ResourceGroupValue(String, String)

Initializes a new instance of the ResourceGroupValue class.

ResourceGroupValue()

Initializes a new instance of the ResourceGroupValue class.

public ResourceGroupValue ();
Public Sub New ()

Applies to

ResourceGroupValue(String, String)

Initializes a new instance of the ResourceGroupValue class.

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)

Parameters

name
String

Name of the resource group.

location
String

Location of the resource group.

Applies to