GetExperimentPlainArgs

data class GetExperimentPlainArgs(val experimentName: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetExperimentPlainArgs>

Constructors

Link copied to clipboard
constructor(experimentName: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The Experiment identifier associated with the Experiment

Link copied to clipboard

The Profile identifier associated with the Tenant and Partner

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Functions

Link copied to clipboard
open override fun toJava(): GetExperimentPlainArgs