Get Experiment Result
data class GetExperimentResult(val azureApiVersion: String, val description: String? = null, val enabledState: String? = null, val endpointA: EndpointResponse? = null, val endpointB: EndpointResponse? = null, val id: String, val location: String? = null, val name: String, val resourceState: String, val scriptFileUri: String, val status: String, val tags: Map<String, String>? = null, val type: String)
Defines the properties of an Experiment
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, enabledState: String? = null, endpointA: EndpointResponse? = null, endpointB: EndpointResponse? = null, id: String, location: String? = null, name: String, resourceState: String, scriptFileUri: String, status: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The description of the details or intents of the Experiment
Link copied to clipboard
The state of the Experiment
Link copied to clipboard
The endpoint A of an experiment
Link copied to clipboard
The endpoint B of an experiment
Link copied to clipboard
Resource status.
Link copied to clipboard
The uri to the Script used in the Experiment