Get Device Result
data class GetDeviceResult(val configuredRoleTypes: List<String>, val culture: String, val dataBoxEdgeDeviceStatus: String, val dataResidency: DataResidencyResponse? = null, val description: String, val deviceHcsVersion: String, val deviceLocalCapacity: Double, val deviceModel: String, val deviceSoftwareVersion: String, val deviceType: String, val edgeProfile: EdgeProfileResponse, val etag: String? = null, val friendlyName: String, val id: String, val identity: ResourceIdentityResponse? = null, val kind: String, val location: String, val modelDescription: String, val name: String, val nodeCount: Int, val resourceMoveDetails: ResourceMoveDetailsResponse, val serialNumber: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeZone: String, val type: String)
The Data Box Edge/Gateway device.
Constructors
Link copied to clipboard
fun GetDeviceResult(configuredRoleTypes: List<String>, culture: String, dataBoxEdgeDeviceStatus: String, dataResidency: DataResidencyResponse? = null, description: String, deviceHcsVersion: String, deviceLocalCapacity: Double, deviceModel: String, deviceSoftwareVersion: String, deviceType: String, edgeProfile: EdgeProfileResponse, etag: String? = null, friendlyName: String, id: String, identity: ResourceIdentityResponse? = null, kind: String, location: String, modelDescription: String, name: String, nodeCount: Int, resourceMoveDetails: ResourceMoveDetailsResponse, serialNumber: String, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeZone: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard