ResourceGroupDefinition Class

Definition

Represents an Azure resource group in a blueprint definition.

public class ResourceGroupDefinition
type ResourceGroupDefinition = class
Public Class ResourceGroupDefinition
Inheritance
ResourceGroupDefinition

Constructors

ResourceGroupDefinition()

Initializes a new instance of ResourceGroupDefinition.

Properties

DependsOn

Artifacts which need to be deployed before this resource group.

Description

Description of this parameter/resourceGroup.

DisplayName

DisplayName of this parameter/resourceGroup.

Location

Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.

Name

Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.

StrongType

StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.

Tags

Tags to be assigned to this resource group.

Applies to