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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ResourceGroupDefinition
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ResourceGroupDefinition = class
Public Class ResourceGroupDefinition
- Inheritance
-
ResourceGroupDefinition
- Attributes
Constructors
ResourceGroupDefinition() |
Initializes a new instance of the ResourceGroupDefinition class. |
ResourceGroupDefinition(String, String, String, String, String, IList<String>, IDictionary<String,String>) |
Initializes a new instance of the ResourceGroupDefinition class. |
Properties
DependsOn |
Gets or sets artifacts which need to be deployed before this resource group. |
Description |
Gets or sets description of this parameter/resourceGroup. |
DisplayName |
Gets or sets displayName of this parameter/resourceGroup. |
Location |
Gets or sets location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment. |
Name |
Gets or sets name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment. |
StrongType |
Gets or sets strongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location. |
Tags |
Gets or sets tags to be assigned to this resource group. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET