GetTestBaseAccountResult

data class GetTestBaseAccountResult(val accessLevel: String, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: TestBaseAccountSKUResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The Test Base Account resource.

Constructors

Link copied to clipboard
constructor(accessLevel: String, etag: String, id: String, location: String, name: String, provisioningState: String, sku: TestBaseAccountSKUResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access level of the Test Base Account.

Link copied to clipboard

Resource Etag.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The SKU of the Test Base Account.

Link copied to clipboard

The system metadata relating to this resource

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

The tags of the resource.

Link copied to clipboard

Resource type.