1. Packages
  2. Azure Classic
  3. API Docs
  4. stack
  5. HciMarketplaceGalleryImage

We recommend using Azure Native.

Azure v6.31.0 published on Monday, Dec 29, 2025 by Pulumi
azure logo

We recommend using Azure Native.

Azure v6.31.0 published on Monday, Dec 29, 2025 by Pulumi

    Manages an Azure Stack HCI Marketplace Gallery Image.

    Create HciMarketplaceGalleryImage Resource

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

    Constructor syntax

    new HciMarketplaceGalleryImage(name: string, args: HciMarketplaceGalleryImageArgs, opts?: CustomResourceOptions);
    @overload
    def HciMarketplaceGalleryImage(resource_name: str,
                                   args: HciMarketplaceGalleryImageArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def HciMarketplaceGalleryImage(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   custom_location_id: Optional[str] = None,
                                   hyperv_generation: Optional[str] = None,
                                   identifier: Optional[HciMarketplaceGalleryImageIdentifierArgs] = None,
                                   os_type: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   version: Optional[str] = None,
                                   location: Optional[str] = None,
                                   name: Optional[str] = None,
                                   storage_path_id: Optional[str] = None,
                                   tags: Optional[Mapping[str, str]] = None)
    func NewHciMarketplaceGalleryImage(ctx *Context, name string, args HciMarketplaceGalleryImageArgs, opts ...ResourceOption) (*HciMarketplaceGalleryImage, error)
    public HciMarketplaceGalleryImage(string name, HciMarketplaceGalleryImageArgs args, CustomResourceOptions? opts = null)
    public HciMarketplaceGalleryImage(String name, HciMarketplaceGalleryImageArgs args)
    public HciMarketplaceGalleryImage(String name, HciMarketplaceGalleryImageArgs args, CustomResourceOptions options)
    
    type: azure:stack:HciMarketplaceGalleryImage
    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 HciMarketplaceGalleryImageArgs
    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 HciMarketplaceGalleryImageArgs
    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 HciMarketplaceGalleryImageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args HciMarketplaceGalleryImageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args HciMarketplaceGalleryImageArgs
    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 hciMarketplaceGalleryImageResource = new Azure.Stack.HciMarketplaceGalleryImage("hciMarketplaceGalleryImageResource", new()
    {
        CustomLocationId = "string",
        HypervGeneration = "string",
        Identifier = new Azure.Stack.Inputs.HciMarketplaceGalleryImageIdentifierArgs
        {
            Offer = "string",
            Publisher = "string",
            Sku = "string",
        },
        OsType = "string",
        ResourceGroupName = "string",
        Version = "string",
        Location = "string",
        Name = "string",
        StoragePathId = "string",
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := stack.NewHciMarketplaceGalleryImage(ctx, "hciMarketplaceGalleryImageResource", &stack.HciMarketplaceGalleryImageArgs{
    	CustomLocationId: pulumi.String("string"),
    	HypervGeneration: pulumi.String("string"),
    	Identifier: &stack.HciMarketplaceGalleryImageIdentifierArgs{
    		Offer:     pulumi.String("string"),
    		Publisher: pulumi.String("string"),
    		Sku:       pulumi.String("string"),
    	},
    	OsType:            pulumi.String("string"),
    	ResourceGroupName: pulumi.String("string"),
    	Version:           pulumi.String("string"),
    	Location:          pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	StoragePathId:     pulumi.String("string"),
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var hciMarketplaceGalleryImageResource = new HciMarketplaceGalleryImage("hciMarketplaceGalleryImageResource", HciMarketplaceGalleryImageArgs.builder()
        .customLocationId("string")
        .hypervGeneration("string")
        .identifier(HciMarketplaceGalleryImageIdentifierArgs.builder()
            .offer("string")
            .publisher("string")
            .sku("string")
            .build())
        .osType("string")
        .resourceGroupName("string")
        .version("string")
        .location("string")
        .name("string")
        .storagePathId("string")
        .tags(Map.of("string", "string"))
        .build());
    
    hci_marketplace_gallery_image_resource = azure.stack.HciMarketplaceGalleryImage("hciMarketplaceGalleryImageResource",
        custom_location_id="string",
        hyperv_generation="string",
        identifier={
            "offer": "string",
            "publisher": "string",
            "sku": "string",
        },
        os_type="string",
        resource_group_name="string",
        version="string",
        location="string",
        name="string",
        storage_path_id="string",
        tags={
            "string": "string",
        })
    
    const hciMarketplaceGalleryImageResource = new azure.stack.HciMarketplaceGalleryImage("hciMarketplaceGalleryImageResource", {
        customLocationId: "string",
        hypervGeneration: "string",
        identifier: {
            offer: "string",
            publisher: "string",
            sku: "string",
        },
        osType: "string",
        resourceGroupName: "string",
        version: "string",
        location: "string",
        name: "string",
        storagePathId: "string",
        tags: {
            string: "string",
        },
    });
    
    type: azure:stack:HciMarketplaceGalleryImage
    properties:
        customLocationId: string
        hypervGeneration: string
        identifier:
            offer: string
            publisher: string
            sku: string
        location: string
        name: string
        osType: string
        resourceGroupName: string
        storagePathId: string
        tags:
            string: string
        version: string
    

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

    CustomLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    HypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    OsType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    ResourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    StoragePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    Tags Dictionary<string, string>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    CustomLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    HypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Identifier HciMarketplaceGalleryImageIdentifierArgs
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    OsType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    ResourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    StoragePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    Tags map[string]string
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    customLocationId String
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration String
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType String
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName String
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    version String
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location String
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name String
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId String
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Map<String,String>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    customLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags {[key: string]: string}
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    custom_location_id str
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hyperv_generation str
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifierArgs
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    os_type str
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resource_group_name str
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    version str
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location str
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name str
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storage_path_id str
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Mapping[str, str]
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    customLocationId String
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration String
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier Property Map
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType String
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName String
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    version String
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location String
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name String
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId String
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Map<String>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing HciMarketplaceGalleryImage Resource

    Get an existing HciMarketplaceGalleryImage resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: HciMarketplaceGalleryImageState, opts?: CustomResourceOptions): HciMarketplaceGalleryImage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            custom_location_id: Optional[str] = None,
            hyperv_generation: Optional[str] = None,
            identifier: Optional[HciMarketplaceGalleryImageIdentifierArgs] = None,
            location: Optional[str] = None,
            name: Optional[str] = None,
            os_type: Optional[str] = None,
            resource_group_name: Optional[str] = None,
            storage_path_id: Optional[str] = None,
            tags: Optional[Mapping[str, str]] = None,
            version: Optional[str] = None) -> HciMarketplaceGalleryImage
    func GetHciMarketplaceGalleryImage(ctx *Context, name string, id IDInput, state *HciMarketplaceGalleryImageState, opts ...ResourceOption) (*HciMarketplaceGalleryImage, error)
    public static HciMarketplaceGalleryImage Get(string name, Input<string> id, HciMarketplaceGalleryImageState? state, CustomResourceOptions? opts = null)
    public static HciMarketplaceGalleryImage get(String name, Output<String> id, HciMarketplaceGalleryImageState state, CustomResourceOptions options)
    resources:  _:    type: azure:stack:HciMarketplaceGalleryImage    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CustomLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    HypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    OsType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    ResourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    StoragePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    Tags Dictionary<string, string>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    Version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    CustomLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    HypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Identifier HciMarketplaceGalleryImageIdentifierArgs
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    OsType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    ResourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    StoragePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    Tags map[string]string
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    Version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    customLocationId String
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration String
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location String
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name String
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType String
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName String
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId String
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Map<String,String>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    version String
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    customLocationId string
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration string
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifier
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location string
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name string
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType string
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName string
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId string
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags {[key: string]: string}
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    version string
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    custom_location_id str
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hyperv_generation str
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier HciMarketplaceGalleryImageIdentifierArgs
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location str
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name str
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    os_type str
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resource_group_name str
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storage_path_id str
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Mapping[str, str]
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    version str
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    customLocationId String
    The ID of the Custom Location where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new resource to be created.
    hypervGeneration String
    The hypervisor generation of the Azure Stack HCI Marketplace Gallery Image. Possible values are V1 and V2. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    identifier Property Map
    An identifier block as defined below. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    location String
    The Azure Region where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    name String
    The name which should be used for this Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    osType String
    The Operating System type of the Azure Stack HCI Marketplace Gallery Image. Possible values are Windows and Linux. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    resourceGroupName String
    The name of the Resource Group where the Azure Stack HCI Marketplace Gallery Image should exist. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    storagePathId String
    The ID of the Azure Stack HCI Storage Path used for this Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Virtual Hard Disk to be created.
    tags Map<String>
    A mapping of tags which should be assigned to the Azure Stack HCI Marketplace Gallery Image.
    version String
    The version of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.

    Supporting Types

    HciMarketplaceGalleryImageIdentifier, HciMarketplaceGalleryImageIdentifierArgs

    Offer string
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Publisher string
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Sku string
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Offer string
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Publisher string
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    Sku string
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    offer String
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    publisher String
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    sku String
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    offer string
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    publisher string
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    sku string
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    offer str
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    publisher str
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    sku str
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    offer String
    The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    publisher String
    The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.
    sku String
    The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.

    Import

    Azure Stack HCI Marketplace Gallery Images can be imported using the resource id, e.g.

    $ pulumi import azure:stack/hciMarketplaceGalleryImage:HciMarketplaceGalleryImage example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.AzureStackHCI/marketplaceGalleryImages/image1
    

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

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Azure v6.31.0 published on Monday, Dec 29, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate