ResourceGroupDefinitionResponse

data class ResourceGroupDefinitionResponse(val dependsOn: List<String>? = null, val description: String? = null, val displayName: String? = null, val location: String? = null, val name: String? = null, val strongType: String? = null, val tags: Map<String, String>? = null)

Represents an Azure resource group in a blueprint definition.

Constructors

Link copied to clipboard
constructor(dependsOn: List<String>? = null, description: String? = null, displayName: String? = null, location: String? = null, name: String? = null, strongType: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dependsOn: List<String>? = null

Artifacts which need to be deployed before this resource group.

Link copied to clipboard
val description: String? = null

Description of this parameter/resourceGroup.

Link copied to clipboard
val displayName: String? = null

DisplayName of this parameter/resourceGroup.

Link copied to clipboard
val location: String? = null

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

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val strongType: String? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null

Tags to be assigned to this resource group.