Get Instance Result
data class GetInstanceResult(val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val name: String, val properties: InstancePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Instance resource is a logical container for a set of child resources.
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, location: String, name: String, properties: InstancePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)