GetNetworkExperimentProfileResult

data class GetNetworkExperimentProfileResult(val enabledState: String? = null, val etag: String? = null, val id: String, val location: String? = null, val name: String, val resourceState: String, val tags: Map<String, String>? = null, val type: String)

Defines an Network Experiment Profile and lists of Experiments

Constructors

Link copied to clipboard
constructor(enabledState: String? = null, etag: String? = null, id: String, location: String? = null, name: String, resourceState: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabledState: String? = null

The state of the Experiment

Link copied to clipboard
val etag: String? = null

Gets a unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource status.

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

Resource tags.

Link copied to clipboard

Resource type.