GetGuestUsageResult

data class GetGuestUsageResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

Guest Usages Resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

An identifier that represents the Guest Usages resource.

Link copied to clipboard
val location: String? = null

Location of the Guest Usages resource.

Link copied to clipboard

The name of the Guest Usages resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value pairs of additional resource provisioning properties.

Link copied to clipboard
val tenantId: String? = null

An identifier for the tenant for which the resource is being created

Link copied to clipboard

The type of the Guest Usages resource.