Commitment Plan Args
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. 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}
Content copied to clipboard