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. Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview. Other available API versions: 2023-09-01-preview, 2023-10-27-preview.
Constructors
Link copied to clipboard
fun ExperimentArgs(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)