GetExperimentPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

String that represents a Experiment resource name.

Link copied to clipboard

String that represents an Azure resource group.

Functions

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