GetServiceRunnerResult

data class GetServiceRunnerResult(val azureApiVersion: String, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val tags: Map<String, String>? = null, val type: String)

A container for a managed identity to execute DevTest lab services.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityPropertiesResponse? = null, location: String? = null, name: String, tags: Map<String, 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

The identifier of the resource.

Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.