GetResult

data class GetResult(val dataPlaneUri: String, val description: String, val encryptions: List<GetEncryption>, val id: String, val identities: List<GetIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by get.

Constructors

Link copied to clipboard
constructor(dataPlaneUri: String, description: String, encryptions: List<GetEncryption>, id: String, identities: List<GetIdentity>, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource data plane URI.

Link copied to clipboard

Description of the resource.

Link copied to clipboard

An encryption block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The Azure Region where the Load Test exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Load Test Service.