Package-level declarations

Types

Link copied to clipboard

Model that represents a Capability resource. API Version: 2021-09-15-preview.

Link copied to clipboard
data class CapabilityArgs(val capabilityName: Output<String>? = null, val parentProviderNamespace: Output<String>? = null, val parentResourceName: Output<String>? = null, val parentResourceType: Output<String>? = null, val resourceGroupName: Output<String>? = null, val targetName: Output<String>? = null) : ConvertibleToJava<CapabilityArgs>

Model that represents a Capability resource. API Version: 2021-09-15-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Model that represents a Experiment resource. API Version: 2021-09-15-preview.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Model that represents a Target resource. API Version: 2021-09-15-preview.

Link copied to clipboard
data class TargetArgs(val location: Output<String>? = null, val parentProviderNamespace: Output<String>? = null, val parentResourceName: Output<String>? = null, val parentResourceType: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val targetName: Output<String>? = null) : ConvertibleToJava<TargetArgs>

Model that represents a Target resource. API Version: 2021-09-15-preview.

Link copied to clipboard

Builder for TargetArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Target.

Functions

Link copied to clipboard
suspend fun capabilityResource(name: String, block: suspend CapabilityResourceBuilder.() -> Unit): Capability
Link copied to clipboard
suspend fun experimentResource(name: String, block: suspend ExperimentResourceBuilder.() -> Unit): Experiment
Link copied to clipboard
suspend fun targetResource(name: String, block: suspend TargetResourceBuilder.() -> Unit): Target