ResourceGroupDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET