Get Private Atlase Result
data class GetPrivateAtlaseResult(val id: String, val location: String, val name: String, val properties: PrivateAtlasPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
An Azure resource which represents which will provision the ability to create private location data.
Constructors
Link copied to clipboard
fun GetPrivateAtlaseResult(id: String, location: String, name: String, properties: PrivateAtlasPropertiesResponse, tags: Map<String, String>? = null, type: String)