Template Scratch Source Resource Group
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
Properties
Link copied to clipboard
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.