Resource Group Definition Response
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
Properties
Link copied to clipboard
Description of this parameter/resourceGroup.
Link copied to clipboard
DisplayName of this parameter/resourceGroup.
Link copied to clipboard
StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.