Get Tag At Scope Result
data class GetTagAtScopeResult(val azureApiVersion: String, val id: String, val name: String, val properties: TagsResponse, val type: String)
Wrapper resource for tags API requests and responses.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: TagsResponse, type: String)