CommitmentPlanArgs

data class CommitmentPlanArgs(val commitmentPlanName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommitmentPlanArgs>

An Azure ML commitment plan resource. API Version: 2016-05-01-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:machinelearning:CommitmentPlan myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}

Constructors

Link copied to clipboard
constructor(commitmentPlanName: Output<String>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<ResourceSkuArgs>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val commitmentPlanName: Output<String>? = null

The Azure ML commitment plan name.

Link copied to clipboard
val location: Output<String>? = null

Resource location.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The resource group name.

Link copied to clipboard
val sku: Output<ResourceSkuArgs>? = null

The commitment plan SKU.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

User-defined tags for the resource.

Functions

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