CommitmentPlan

class CommitmentPlan : KotlinCustomResource

An Azure ML commitment plan resource. Uses Azure REST API version 2016-05-01-preview. In version 1.x of the Azure Native provider, it used 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}

Properties

Link copied to clipboard
val etag: Output<String>?

An entity tag used to enforce optimistic concurrency.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

Resource location.

Link copied to clipboard
val name: Output<String>

Resource name.

Link copied to clipboard

The commitment plan properties.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: Output<ResourceSkuResponse>?

The commitment plan SKU.

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

User-defined tags for the resource.

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>