Experiment Args
data class ExperimentArgs(val experimentName: Output<String>? = null, val identity: Output<ResourceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<ExperimentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ExperimentArgs>
Model that represents a Experiment resource. API Version: 2021-09-15-preview.
Constructors
Link copied to clipboard
constructor(experimentName: Output<String>? = null, identity: Output<ResourceIdentityArgs>? = null, location: Output<String>? = null, properties: Output<ExperimentPropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)