1. Packages
  2. Azure Native
  3. API Docs
  4. hybridcontainerservice
  5. VMSkus
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.10.1 published on Friday, Nov 7, 2025 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.10.1 published on Friday, Nov 7, 2025 by Pulumi

    The list of supported VM SKUs.

    Uses Azure REST API version 2025-02-01-preview.

    Other available API versions: 2023-11-15-preview, 2024-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the version guide for details.

    Example Usage

    PutVMSkus

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var vmSkus = new AzureNative.HybridContainerService.VMSkus("vmSkus", new()
        {
            CustomLocationResourceUri = "subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation",
            ExtendedLocation = new AzureNative.HybridContainerService.Inputs.ExtendedLocationArgs
            {
                Name = "/subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation",
                Type = AzureNative.HybridContainerService.ExtendedLocationTypes.CustomLocation,
            },
        });
    
    });
    
    package main
    
    import (
    	hybridcontainerservice "github.com/pulumi/pulumi-azure-native-sdk/hybridcontainerservice/v3"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := hybridcontainerservice.NewVMSkus(ctx, "vmSkus", &hybridcontainerservice.VMSkusArgs{
    			CustomLocationResourceUri: pulumi.String("subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation"),
    			ExtendedLocation: &hybridcontainerservice.ExtendedLocationArgs{
    				Name: pulumi.String("/subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation"),
    				Type: pulumi.String(hybridcontainerservice.ExtendedLocationTypesCustomLocation),
    			},
    		})
    		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.hybridcontainerservice.VMSkus;
    import com.pulumi.azurenative.hybridcontainerservice.VMSkusArgs;
    import com.pulumi.azurenative.hybridcontainerservice.inputs.ExtendedLocationArgs;
    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 vmSkus = new VMSkus("vmSkus", VMSkusArgs.builder()
                .customLocationResourceUri("subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation")
                .extendedLocation(ExtendedLocationArgs.builder()
                    .name("/subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation")
                    .type("CustomLocation")
                    .build())
                .build());
    
        }
    }
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const vmSkus = new azure_native.hybridcontainerservice.VMSkus("vmSkus", {
        customLocationResourceUri: "subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation",
        extendedLocation: {
            name: "/subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation",
            type: azure_native.hybridcontainerservice.ExtendedLocationTypes.CustomLocation,
        },
    });
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    vm_skus = azure_native.hybridcontainerservice.VMSkus("vmSkus",
        custom_location_resource_uri="subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation",
        extended_location={
            "name": "/subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation",
            "type": azure_native.hybridcontainerservice.ExtendedLocationTypes.CUSTOM_LOCATION,
        })
    
    resources:
      vmSkus:
        type: azure-native:hybridcontainerservice:VMSkus
        properties:
          customLocationResourceUri: subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourceGroups/test-arcappliance-resgrp/providers/Microsoft.ExtendedLocation/customLocations/testcustomlocation
          extendedLocation:
            name: /subscriptions/a3e42606-29b1-4d7d-b1d9-9ff6b9d3c71b/resourcegroups/test-arcappliance-resgrp/providers/microsoft.extendedlocation/customlocations/testcustomlocation
            type: CustomLocation
    

    Create VMSkus Resource

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

    Constructor syntax

    new VMSkus(name: string, args: VMSkusArgs, opts?: CustomResourceOptions);
    @overload
    def VMSkus(resource_name: str,
               args: VMSkusArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def VMSkus(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               custom_location_resource_uri: Optional[str] = None,
               extended_location: Optional[ExtendedLocationArgs] = None)
    func NewVMSkus(ctx *Context, name string, args VMSkusArgs, opts ...ResourceOption) (*VMSkus, error)
    public VMSkus(string name, VMSkusArgs args, CustomResourceOptions? opts = null)
    public VMSkus(String name, VMSkusArgs args)
    public VMSkus(String name, VMSkusArgs args, CustomResourceOptions options)
    
    type: azure-native:hybridcontainerservice:VMSkus
    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 VMSkusArgs
    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 VMSkusArgs
    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 VMSkusArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VMSkusArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VMSkusArgs
    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 vmskusResource = new AzureNative.HybridContainerService.VMSkus("vmskusResource", new()
    {
        CustomLocationResourceUri = "string",
        ExtendedLocation = new AzureNative.HybridContainerService.Inputs.ExtendedLocationArgs
        {
            Name = "string",
            Type = "string",
        },
    });
    
    example, err := hybridcontainerservice.NewVMSkus(ctx, "vmskusResource", &hybridcontainerservice.VMSkusArgs{
    	CustomLocationResourceUri: pulumi.String("string"),
    	ExtendedLocation: &hybridcontainerservice.ExtendedLocationArgs{
    		Name: pulumi.String("string"),
    		Type: pulumi.String("string"),
    	},
    })
    
    var vmskusResource = new VMSkus("vmskusResource", VMSkusArgs.builder()
        .customLocationResourceUri("string")
        .extendedLocation(ExtendedLocationArgs.builder()
            .name("string")
            .type("string")
            .build())
        .build());
    
    vmskus_resource = azure_native.hybridcontainerservice.VMSkus("vmskusResource",
        custom_location_resource_uri="string",
        extended_location={
            "name": "string",
            "type": "string",
        })
    
    const vmskusResource = new azure_native.hybridcontainerservice.VMSkus("vmskusResource", {
        customLocationResourceUri: "string",
        extendedLocation: {
            name: "string",
            type: "string",
        },
    });
    
    type: azure-native:hybridcontainerservice:VMSkus
    properties:
        customLocationResourceUri: string
        extendedLocation:
            name: string
            type: string
    

    VMSkus 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 VMSkus resource accepts the following input properties:

    CustomLocationResourceUri string
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    ExtendedLocation Pulumi.AzureNative.HybridContainerService.Inputs.ExtendedLocation
    Extended location pointing to the underlying infrastructure
    CustomLocationResourceUri string
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    ExtendedLocation ExtendedLocationArgs
    Extended location pointing to the underlying infrastructure
    customLocationResourceUri String
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    extendedLocation ExtendedLocation
    Extended location pointing to the underlying infrastructure
    customLocationResourceUri string
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    extendedLocation ExtendedLocation
    Extended location pointing to the underlying infrastructure
    custom_location_resource_uri str
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    extended_location ExtendedLocationArgs
    Extended location pointing to the underlying infrastructure
    customLocationResourceUri String
    The fully qualified Azure Resource Manager identifier of the custom location resource.
    extendedLocation Property Map
    Extended location pointing to the underlying infrastructure

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VMSkus 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.
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.HybridContainerService.Outputs.VmSkuProfileResponseProperties
    SystemData Pulumi.AzureNative.HybridContainerService.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"
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    Properties VmSkuProfileResponseProperties
    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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    properties VmSkuProfileResponseProperties
    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"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    properties VmSkuProfileResponseProperties
    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"
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    properties VmSkuProfileResponseProperties
    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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    properties Property Map
    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"

    Supporting Types

    ExtendedLocation, ExtendedLocationArgs

    Extended location pointing to the underlying infrastructure
    Name string
    ARM Id of the extended location.
    Type string | Pulumi.AzureNative.HybridContainerService.ExtendedLocationTypes
    The extended location type. Allowed value: 'CustomLocation'
    Name string
    ARM Id of the extended location.
    Type string | ExtendedLocationTypes
    The extended location type. Allowed value: 'CustomLocation'
    name String
    ARM Id of the extended location.
    type String | ExtendedLocationTypes
    The extended location type. Allowed value: 'CustomLocation'
    name string
    ARM Id of the extended location.
    type string | ExtendedLocationTypes
    The extended location type. Allowed value: 'CustomLocation'
    name str
    ARM Id of the extended location.
    type str | ExtendedLocationTypes
    The extended location type. Allowed value: 'CustomLocation'
    name String
    ARM Id of the extended location.
    type String | "CustomLocation"
    The extended location type. Allowed value: 'CustomLocation'

    ExtendedLocationResponse, ExtendedLocationResponseArgs

    Extended location pointing to the underlying infrastructure
    Name string
    ARM Id of the extended location.
    Type string
    The extended location type. Allowed value: 'CustomLocation'
    Name string
    ARM Id of the extended location.
    Type string
    The extended location type. Allowed value: 'CustomLocation'
    name String
    ARM Id of the extended location.
    type String
    The extended location type. Allowed value: 'CustomLocation'
    name string
    ARM Id of the extended location.
    type string
    The extended location type. Allowed value: 'CustomLocation'
    name str
    ARM Id of the extended location.
    type str
    The extended location type. Allowed value: 'CustomLocation'
    name String
    ARM Id of the extended location.
    type String
    The extended location type. Allowed value: 'CustomLocation'

    ExtendedLocationTypes, ExtendedLocationTypesArgs

    CustomLocation
    CustomLocation
    ExtendedLocationTypesCustomLocation
    CustomLocation
    CustomLocation
    CustomLocation
    CustomLocation
    CustomLocation
    CUSTOM_LOCATION
    CustomLocation
    "CustomLocation"
    CustomLocation

    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.

    VmSkuCapabilitiesResponse, VmSkuCapabilitiesResponseArgs

    Describes the VM SKU capabilities like MemoryGB, vCPUs, etc.
    Name string
    Name of the VM SKU capability
    Value string
    Value of the VM SKU capability
    Name string
    Name of the VM SKU capability
    Value string
    Value of the VM SKU capability
    name String
    Name of the VM SKU capability
    value String
    Value of the VM SKU capability
    name string
    Name of the VM SKU capability
    value string
    Value of the VM SKU capability
    name str
    Name of the VM SKU capability
    value str
    Value of the VM SKU capability
    name String
    Name of the VM SKU capability
    value String
    Value of the VM SKU capability

    VmSkuProfileResponseProperties, VmSkuProfileResponsePropertiesArgs

    ProvisioningState string
    Provisioning state of the resource
    Values List<Pulumi.AzureNative.HybridContainerService.Inputs.VmSkuPropertiesResponse>
    List of supported VM SKUs.
    ProvisioningState string
    Provisioning state of the resource
    Values []VmSkuPropertiesResponse
    List of supported VM SKUs.
    provisioningState String
    Provisioning state of the resource
    values List<VmSkuPropertiesResponse>
    List of supported VM SKUs.
    provisioningState string
    Provisioning state of the resource
    values VmSkuPropertiesResponse[]
    List of supported VM SKUs.
    provisioning_state str
    Provisioning state of the resource
    values Sequence[VmSkuPropertiesResponse]
    List of supported VM SKUs.
    provisioningState String
    Provisioning state of the resource
    values List<Property Map>
    List of supported VM SKUs.

    VmSkuPropertiesResponse, VmSkuPropertiesResponseArgs

    The profile for supported VM SKUs
    Capabilities List<Pulumi.AzureNative.HybridContainerService.Inputs.VmSkuCapabilitiesResponse>
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    Name string
    The name of the VM SKU
    ResourceType string
    The type of resource the SKU applies to.
    Size string
    The size of the VM SKU
    Tier string
    The tier of the VM SKU
    Capabilities []VmSkuCapabilitiesResponse
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    Name string
    The name of the VM SKU
    ResourceType string
    The type of resource the SKU applies to.
    Size string
    The size of the VM SKU
    Tier string
    The tier of the VM SKU
    capabilities List<VmSkuCapabilitiesResponse>
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    name String
    The name of the VM SKU
    resourceType String
    The type of resource the SKU applies to.
    size String
    The size of the VM SKU
    tier String
    The tier of the VM SKU
    capabilities VmSkuCapabilitiesResponse[]
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    name string
    The name of the VM SKU
    resourceType string
    The type of resource the SKU applies to.
    size string
    The size of the VM SKU
    tier string
    The tier of the VM SKU
    capabilities Sequence[VmSkuCapabilitiesResponse]
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    name str
    The name of the VM SKU
    resource_type str
    The type of resource the SKU applies to.
    size str
    The size of the VM SKU
    tier str
    The tier of the VM SKU
    capabilities List<Property Map>
    The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
    name String
    The name of the VM SKU
    resourceType String
    The type of resource the SKU applies to.
    size String
    The size of the VM SKU
    tier String
    The tier of the VM SKU

    Import

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

    $ pulumi import azure-native:hybridcontainerservice:VMSkus default /{customLocationResourceUri}/providers/Microsoft.HybridContainerService/skus/default 
    

    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.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate