Get Resources Result
data class GetResourcesResult(val id: String, val name: String, val requiredTags: Map<String, String>? = null, val resourceGroupName: String, val resources: List<GetResourcesResource>, val type: String)
A collection of values returned by getResources.
Constructors
Link copied to clipboard
fun GetResourcesResult(id: String, name: String, requiredTags: Map<String, String>? = null, resourceGroupName: String, resources: List<GetResourcesResource>, type: String)