1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearning
  5. CommitmentPlan
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.machinelearning.CommitmentPlan

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    An Azure ML commitment plan resource. Azure REST API version: 2016-05-01-preview. Prior API version in Azure Native 1.x: 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} 
    

    Create CommitmentPlan Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CommitmentPlan(name: string, args: CommitmentPlanArgs, opts?: CustomResourceOptions);
    @overload
    def CommitmentPlan(resource_name: str,
                       args: CommitmentPlanInitArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def CommitmentPlan(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       resource_group_name: Optional[str] = None,
                       commitment_plan_name: Optional[str] = None,
                       location: Optional[str] = None,
                       sku: Optional[ResourceSkuArgs] = None,
                       tags: Optional[Mapping[str, str]] = None)
    func NewCommitmentPlan(ctx *Context, name string, args CommitmentPlanArgs, opts ...ResourceOption) (*CommitmentPlan, error)
    public CommitmentPlan(string name, CommitmentPlanArgs args, CustomResourceOptions? opts = null)
    public CommitmentPlan(String name, CommitmentPlanArgs args)
    public CommitmentPlan(String name, CommitmentPlanArgs args, CustomResourceOptions options)
    
    type: azure-native:machinelearning:CommitmentPlan
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CommitmentPlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CommitmentPlanInitArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CommitmentPlanArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CommitmentPlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CommitmentPlanArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var azure_nativeCommitmentPlanResource = new AzureNative.MachineLearning.CommitmentPlan("azure-nativeCommitmentPlanResource", new()
    {
        ResourceGroupName = "string",
        CommitmentPlanName = "string",
        Location = "string",
        Sku = new AzureNative.MachineLearning.Inputs.ResourceSkuArgs
        {
            Capacity = 0,
            Name = "string",
            Tier = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := machinelearning.NewCommitmentPlan(ctx, "azure-nativeCommitmentPlanResource", &machinelearning.CommitmentPlanArgs{
    ResourceGroupName: pulumi.String("string"),
    CommitmentPlanName: pulumi.String("string"),
    Location: pulumi.String("string"),
    Sku: &machinelearning.ResourceSkuArgs{
    Capacity: pulumi.Int(0),
    Name: pulumi.String("string"),
    Tier: pulumi.String("string"),
    },
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var azure_nativeCommitmentPlanResource = new CommitmentPlan("azure-nativeCommitmentPlanResource", CommitmentPlanArgs.builder()        
        .resourceGroupName("string")
        .commitmentPlanName("string")
        .location("string")
        .sku(ResourceSkuArgs.builder()
            .capacity(0)
            .name("string")
            .tier("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    azure_native_commitment_plan_resource = azure_native.machinelearning.CommitmentPlan("azure-nativeCommitmentPlanResource",
        resource_group_name="string",
        commitment_plan_name="string",
        location="string",
        sku=azure_native.machinelearning.ResourceSkuArgs(
            capacity=0,
            name="string",
            tier="string",
        ),
        tags={
            "string": "string",
        })
    
    const azure_nativeCommitmentPlanResource = new azure_native.machinelearning.CommitmentPlan("azure-nativeCommitmentPlanResource", {
        resourceGroupName: "string",
        commitmentPlanName: "string",
        location: "string",
        sku: {
            capacity: 0,
            name: "string",
            tier: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:machinelearning:CommitmentPlan
    properties:
        commitmentPlanName: string
        location: string
        resourceGroupName: string
        sku:
            capacity: 0
            name: string
            tier: string
        tags:
            string: string
    

    CommitmentPlan Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CommitmentPlan resource accepts the following input properties:

    ResourceGroupName string
    The resource group name.
    CommitmentPlanName string
    The Azure ML commitment plan name.
    Location string
    Resource location.
    Sku Pulumi.AzureNative.MachineLearning.Inputs.ResourceSku
    The commitment plan SKU.
    Tags Dictionary<string, string>
    User-defined tags for the resource.
    ResourceGroupName string
    The resource group name.
    CommitmentPlanName string
    The Azure ML commitment plan name.
    Location string
    Resource location.
    Sku ResourceSkuArgs
    The commitment plan SKU.
    Tags map[string]string
    User-defined tags for the resource.
    resourceGroupName String
    The resource group name.
    commitmentPlanName String
    The Azure ML commitment plan name.
    location String
    Resource location.
    sku ResourceSku
    The commitment plan SKU.
    tags Map<String,String>
    User-defined tags for the resource.
    resourceGroupName string
    The resource group name.
    commitmentPlanName string
    The Azure ML commitment plan name.
    location string
    Resource location.
    sku ResourceSku
    The commitment plan SKU.
    tags {[key: string]: string}
    User-defined tags for the resource.
    resource_group_name str
    The resource group name.
    commitment_plan_name str
    The Azure ML commitment plan name.
    location str
    Resource location.
    sku ResourceSkuArgs
    The commitment plan SKU.
    tags Mapping[str, str]
    User-defined tags for the resource.
    resourceGroupName String
    The resource group name.
    commitmentPlanName String
    The Azure ML commitment plan name.
    location String
    Resource location.
    sku Property Map
    The commitment plan SKU.
    tags Map<String>
    User-defined tags for the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CommitmentPlan resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Resource name.
    Properties Pulumi.AzureNative.MachineLearning.Outputs.CommitmentPlanPropertiesResponse
    The commitment plan properties.
    Type string
    Resource type.
    Etag string
    An entity tag used to enforce optimistic concurrency.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Resource name.
    Properties CommitmentPlanPropertiesResponse
    The commitment plan properties.
    Type string
    Resource type.
    Etag string
    An entity tag used to enforce optimistic concurrency.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Resource name.
    properties CommitmentPlanPropertiesResponse
    The commitment plan properties.
    type String
    Resource type.
    etag String
    An entity tag used to enforce optimistic concurrency.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Resource name.
    properties CommitmentPlanPropertiesResponse
    The commitment plan properties.
    type string
    Resource type.
    etag string
    An entity tag used to enforce optimistic concurrency.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Resource name.
    properties CommitmentPlanPropertiesResponse
    The commitment plan properties.
    type str
    Resource type.
    etag str
    An entity tag used to enforce optimistic concurrency.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Resource name.
    properties Property Map
    The commitment plan properties.
    type String
    Resource type.
    etag String
    An entity tag used to enforce optimistic concurrency.

    Supporting Types

    CommitmentPlanPropertiesResponse, CommitmentPlanPropertiesResponseArgs

    ChargeForOverage bool
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    ChargeForPlan bool
    Indicates whether the commitment plan will incur a charge.
    CreationDate string
    The date at which this commitment plan was created, in ISO 8601 format.
    IncludedQuantities Dictionary<string, Pulumi.AzureNative.MachineLearning.Inputs.PlanQuantityResponse>
    The included resource quantities this plan gives you.
    MaxAssociationLimit int
    The maximum number of commitment associations that can be children of this commitment plan.
    MaxCapacityLimit int
    The maximum scale-out capacity for this commitment plan.
    MinCapacityLimit int
    The minimum scale-out capacity for this commitment plan.
    PlanMeter string
    The Azure meter which will be used to charge for this commitment plan.
    RefillFrequencyInDays int
    The frequency at which this commitment plan's included quantities are refilled.
    SuspendPlanOnOverage bool
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
    ChargeForOverage bool
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    ChargeForPlan bool
    Indicates whether the commitment plan will incur a charge.
    CreationDate string
    The date at which this commitment plan was created, in ISO 8601 format.
    IncludedQuantities map[string]PlanQuantityResponse
    The included resource quantities this plan gives you.
    MaxAssociationLimit int
    The maximum number of commitment associations that can be children of this commitment plan.
    MaxCapacityLimit int
    The maximum scale-out capacity for this commitment plan.
    MinCapacityLimit int
    The minimum scale-out capacity for this commitment plan.
    PlanMeter string
    The Azure meter which will be used to charge for this commitment plan.
    RefillFrequencyInDays int
    The frequency at which this commitment plan's included quantities are refilled.
    SuspendPlanOnOverage bool
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
    chargeForOverage Boolean
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    chargeForPlan Boolean
    Indicates whether the commitment plan will incur a charge.
    creationDate String
    The date at which this commitment plan was created, in ISO 8601 format.
    includedQuantities Map<String,PlanQuantityResponse>
    The included resource quantities this plan gives you.
    maxAssociationLimit Integer
    The maximum number of commitment associations that can be children of this commitment plan.
    maxCapacityLimit Integer
    The maximum scale-out capacity for this commitment plan.
    minCapacityLimit Integer
    The minimum scale-out capacity for this commitment plan.
    planMeter String
    The Azure meter which will be used to charge for this commitment plan.
    refillFrequencyInDays Integer
    The frequency at which this commitment plan's included quantities are refilled.
    suspendPlanOnOverage Boolean
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
    chargeForOverage boolean
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    chargeForPlan boolean
    Indicates whether the commitment plan will incur a charge.
    creationDate string
    The date at which this commitment plan was created, in ISO 8601 format.
    includedQuantities {[key: string]: PlanQuantityResponse}
    The included resource quantities this plan gives you.
    maxAssociationLimit number
    The maximum number of commitment associations that can be children of this commitment plan.
    maxCapacityLimit number
    The maximum scale-out capacity for this commitment plan.
    minCapacityLimit number
    The minimum scale-out capacity for this commitment plan.
    planMeter string
    The Azure meter which will be used to charge for this commitment plan.
    refillFrequencyInDays number
    The frequency at which this commitment plan's included quantities are refilled.
    suspendPlanOnOverage boolean
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
    charge_for_overage bool
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    charge_for_plan bool
    Indicates whether the commitment plan will incur a charge.
    creation_date str
    The date at which this commitment plan was created, in ISO 8601 format.
    included_quantities Mapping[str, PlanQuantityResponse]
    The included resource quantities this plan gives you.
    max_association_limit int
    The maximum number of commitment associations that can be children of this commitment plan.
    max_capacity_limit int
    The maximum scale-out capacity for this commitment plan.
    min_capacity_limit int
    The minimum scale-out capacity for this commitment plan.
    plan_meter str
    The Azure meter which will be used to charge for this commitment plan.
    refill_frequency_in_days int
    The frequency at which this commitment plan's included quantities are refilled.
    suspend_plan_on_overage bool
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
    chargeForOverage Boolean
    Indicates whether usage beyond the commitment plan's included quantities will be charged.
    chargeForPlan Boolean
    Indicates whether the commitment plan will incur a charge.
    creationDate String
    The date at which this commitment plan was created, in ISO 8601 format.
    includedQuantities Map<Property Map>
    The included resource quantities this plan gives you.
    maxAssociationLimit Number
    The maximum number of commitment associations that can be children of this commitment plan.
    maxCapacityLimit Number
    The maximum scale-out capacity for this commitment plan.
    minCapacityLimit Number
    The minimum scale-out capacity for this commitment plan.
    planMeter String
    The Azure meter which will be used to charge for this commitment plan.
    refillFrequencyInDays Number
    The frequency at which this commitment plan's included quantities are refilled.
    suspendPlanOnOverage Boolean
    Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.

    PlanQuantityResponse, PlanQuantityResponseArgs

    Allowance double
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    Amount double
    The quantity available to the plan the last time usage was calculated.
    IncludedQuantityMeter string
    The Azure meter for usage against included quantities.
    OverageMeter string
    The Azure meter for usage which exceeds included quantities.
    Allowance float64
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    Amount float64
    The quantity available to the plan the last time usage was calculated.
    IncludedQuantityMeter string
    The Azure meter for usage against included quantities.
    OverageMeter string
    The Azure meter for usage which exceeds included quantities.
    allowance Double
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    amount Double
    The quantity available to the plan the last time usage was calculated.
    includedQuantityMeter String
    The Azure meter for usage against included quantities.
    overageMeter String
    The Azure meter for usage which exceeds included quantities.
    allowance number
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    amount number
    The quantity available to the plan the last time usage was calculated.
    includedQuantityMeter string
    The Azure meter for usage against included quantities.
    overageMeter string
    The Azure meter for usage which exceeds included quantities.
    allowance float
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    amount float
    The quantity available to the plan the last time usage was calculated.
    included_quantity_meter str
    The Azure meter for usage against included quantities.
    overage_meter str
    The Azure meter for usage which exceeds included quantities.
    allowance Number
    The quantity added to the commitment plan at an interval specified by its allowance frequency.
    amount Number
    The quantity available to the plan the last time usage was calculated.
    includedQuantityMeter String
    The Azure meter for usage against included quantities.
    overageMeter String
    The Azure meter for usage which exceeds included quantities.

    ResourceSku, ResourceSkuArgs

    Capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    Name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    Tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    Capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    Name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    Tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity Integer
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name String
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier String
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity number
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name str
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier str
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity Number
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name String
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier String
    The SKU tier. Along with name, uniquely identifies the SKU.

    ResourceSkuResponse, ResourceSkuResponseArgs

    Capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    Name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    Tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    Capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    Name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    Tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity Integer
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name String
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier String
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity number
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name string
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier string
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity int
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name str
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier str
    The SKU tier. Along with name, uniquely identifies the SKU.
    capacity Number
    The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
    name String
    The SKU name. Along with tier, uniquely identifies the SKU.
    tier String
    The SKU tier. Along with name, uniquely identifies the SKU.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi