TemplateScratchSourceResourceGroup

data class TemplateScratchSourceResourceGroup(val resourceGroupId: String, val resourceTypeFilters: List<String>? = null)

Constructors

Link copied to clipboard
fun TemplateScratchSourceResourceGroup(resourceGroupId: String, resourceTypeFilters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Source Resource Group.

Link copied to clipboard

Source resource type filter list. If the resource type list is specified, it means to scan the resources of the specified resource type and in the specified resource group; Otherwise, it means to scan all resources in the specified resource group. NOTE: A maximum of 20 resource type filter can be configured.