1. Packages
  2. Azure Native
  3. API Docs
  4. computelimit
  5. SharedLimit
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi

    Compute limits shared by the subscription.

    Uses Azure REST API version 2025-08-15.

    Example Usage

    Create a shared limit

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var sharedLimit = new AzureNative.ComputeLimit.SharedLimit("sharedLimit", new()
        {
            Location = "eastus",
            Name = "StandardDSv3Family",
        });
    
    });
    
    package main
    
    import (
    	computelimit "github.com/pulumi/pulumi-azure-native-sdk/computelimit/v3"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := computelimit.NewSharedLimit(ctx, "sharedLimit", &computelimit.SharedLimitArgs{
    			Location: pulumi.String("eastus"),
    			Name:     pulumi.String("StandardDSv3Family"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.computelimit.SharedLimit;
    import com.pulumi.azurenative.computelimit.SharedLimitArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var sharedLimit = new SharedLimit("sharedLimit", SharedLimitArgs.builder()
                .location("eastus")
                .name("StandardDSv3Family")
                .build());
    
        }
    }
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const sharedLimit = new azure_native.computelimit.SharedLimit("sharedLimit", {
        location: "eastus",
        name: "StandardDSv3Family",
    });
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    shared_limit = azure_native.computelimit.SharedLimit("sharedLimit",
        location="eastus",
        name="StandardDSv3Family")
    
    resources:
      sharedLimit:
        type: azure-native:computelimit:SharedLimit
        properties:
          location: eastus
          name: StandardDSv3Family
    

    Create SharedLimit Resource

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

    Constructor syntax

    new SharedLimit(name: string, args: SharedLimitArgs, opts?: CustomResourceOptions);
    @overload
    def SharedLimit(resource_name: str,
                    args: SharedLimitArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def SharedLimit(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    location: Optional[str] = None,
                    name: Optional[str] = None)
    func NewSharedLimit(ctx *Context, name string, args SharedLimitArgs, opts ...ResourceOption) (*SharedLimit, error)
    public SharedLimit(string name, SharedLimitArgs args, CustomResourceOptions? opts = null)
    public SharedLimit(String name, SharedLimitArgs args)
    public SharedLimit(String name, SharedLimitArgs args, CustomResourceOptions options)
    
    type: azure-native:computelimit:SharedLimit
    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 SharedLimitArgs
    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 SharedLimitArgs
    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 SharedLimitArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SharedLimitArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SharedLimitArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

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

    var sharedLimitResource = new AzureNative.ComputeLimit.SharedLimit("sharedLimitResource", new()
    {
        Location = "string",
        Name = "string",
    });
    
    example, err := computelimit.NewSharedLimit(ctx, "sharedLimitResource", &computelimit.SharedLimitArgs{
    	Location: pulumi.String("string"),
    	Name:     pulumi.String("string"),
    })
    
    var sharedLimitResource = new SharedLimit("sharedLimitResource", SharedLimitArgs.builder()
        .location("string")
        .name("string")
        .build());
    
    shared_limit_resource = azure_native.computelimit.SharedLimit("sharedLimitResource",
        location="string",
        name="string")
    
    const sharedLimitResource = new azure_native.computelimit.SharedLimit("sharedLimitResource", {
        location: "string",
        name: "string",
    });
    
    type: azure-native:computelimit:SharedLimit
    properties:
        location: string
        name: string
    

    SharedLimit Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SharedLimit resource accepts the following input properties:

    Location string
    The name of the Azure region.
    Name string
    The name of the SharedLimit
    Location string
    The name of the Azure region.
    Name string
    The name of the SharedLimit
    location String
    The name of the Azure region.
    name String
    The name of the SharedLimit
    location string
    The name of the Azure region.
    name string
    The name of the SharedLimit
    location str
    The name of the Azure region.
    name str
    The name of the SharedLimit
    location String
    The name of the Azure region.
    name String
    The name of the SharedLimit

    Outputs

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

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Limit int
    The maximum permitted usage of the resource.
    ProvisioningState string
    The provisioning state of the resource.
    ResourceName Pulumi.AzureNative.ComputeLimit.Outputs.LimitNameResponse
    The limit name properties.
    SystemData Pulumi.AzureNative.ComputeLimit.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Unit string
    The quota units, such as Count.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Limit int
    The maximum permitted usage of the resource.
    ProvisioningState string
    The provisioning state of the resource.
    ResourceName LimitNameResponse
    The limit name properties.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Unit string
    The quota units, such as Count.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    limit Integer
    The maximum permitted usage of the resource.
    provisioningState String
    The provisioning state of the resource.
    resourceName LimitNameResponse
    The limit name properties.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    unit String
    The quota units, such as Count.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    limit number
    The maximum permitted usage of the resource.
    provisioningState string
    The provisioning state of the resource.
    resourceName LimitNameResponse
    The limit name properties.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    unit string
    The quota units, such as Count.
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    limit int
    The maximum permitted usage of the resource.
    provisioning_state str
    The provisioning state of the resource.
    resource_name LimitNameResponse
    The limit name properties.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    unit str
    The quota units, such as Count.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    limit Number
    The maximum permitted usage of the resource.
    provisioningState String
    The provisioning state of the resource.
    resourceName Property Map
    The limit name properties.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    unit String
    The quota units, such as Count.

    Supporting Types

    LimitNameResponse, LimitNameResponseArgs

    Properties of the limit name.
    LocalizedValue string
    The localized limit name.
    Value string
    The limit name.
    LocalizedValue string
    The localized limit name.
    Value string
    The limit name.
    localizedValue String
    The localized limit name.
    value String
    The limit name.
    localizedValue string
    The localized limit name.
    value string
    The limit name.
    localized_value str
    The localized limit name.
    value str
    The limit name.
    localizedValue String
    The localized limit name.
    value String
    The limit name.

    SystemDataResponse, SystemDataResponseArgs

    Metadata pertaining to creation and last modification of the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Import

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

    $ pulumi import azure-native:computelimit:SharedLimit StandardDSv3Family /subscriptions/{subscriptionId}/providers/Microsoft.ComputeLimit/locations/{location}/sharedLimits/{name} 
    

    To learn more about importing existing cloud resources, see Importing resources.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate