1. Packages
  2. Azure Native
  3. API Docs
  4. compute
  5. getGalleryInVMAccessControlProfileVersion
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi

azure-native.compute.getGalleryInVMAccessControlProfileVersion

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.89.1 published on Sunday, Mar 2, 2025 by Pulumi

    Retrieves information about a gallery inVMAccessControlProfile version. Azure REST API version: 2024-03-03.

    Using getGalleryInVMAccessControlProfileVersion

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGalleryInVMAccessControlProfileVersion(args: GetGalleryInVMAccessControlProfileVersionArgs, opts?: InvokeOptions): Promise<GetGalleryInVMAccessControlProfileVersionResult>
    function getGalleryInVMAccessControlProfileVersionOutput(args: GetGalleryInVMAccessControlProfileVersionOutputArgs, opts?: InvokeOptions): Output<GetGalleryInVMAccessControlProfileVersionResult>
    def get_gallery_in_vm_access_control_profile_version(gallery_name: Optional[str] = None,
                                                         in_vm_access_control_profile_name: Optional[str] = None,
                                                         in_vm_access_control_profile_version_name: Optional[str] = None,
                                                         resource_group_name: Optional[str] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetGalleryInVMAccessControlProfileVersionResult
    def get_gallery_in_vm_access_control_profile_version_output(gallery_name: Optional[pulumi.Input[str]] = None,
                                                         in_vm_access_control_profile_name: Optional[pulumi.Input[str]] = None,
                                                         in_vm_access_control_profile_version_name: Optional[pulumi.Input[str]] = None,
                                                         resource_group_name: Optional[pulumi.Input[str]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetGalleryInVMAccessControlProfileVersionResult]
    func LookupGalleryInVMAccessControlProfileVersion(ctx *Context, args *LookupGalleryInVMAccessControlProfileVersionArgs, opts ...InvokeOption) (*LookupGalleryInVMAccessControlProfileVersionResult, error)
    func LookupGalleryInVMAccessControlProfileVersionOutput(ctx *Context, args *LookupGalleryInVMAccessControlProfileVersionOutputArgs, opts ...InvokeOption) LookupGalleryInVMAccessControlProfileVersionResultOutput

    > Note: This function is named LookupGalleryInVMAccessControlProfileVersion in the Go SDK.

    public static class GetGalleryInVMAccessControlProfileVersion 
    {
        public static Task<GetGalleryInVMAccessControlProfileVersionResult> InvokeAsync(GetGalleryInVMAccessControlProfileVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetGalleryInVMAccessControlProfileVersionResult> Invoke(GetGalleryInVMAccessControlProfileVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGalleryInVMAccessControlProfileVersionResult> getGalleryInVMAccessControlProfileVersion(GetGalleryInVMAccessControlProfileVersionArgs args, InvokeOptions options)
    public static Output<GetGalleryInVMAccessControlProfileVersionResult> getGalleryInVMAccessControlProfileVersion(GetGalleryInVMAccessControlProfileVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:compute:getGalleryInVMAccessControlProfileVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GalleryName string
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    InVMAccessControlProfileName string
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    InVMAccessControlProfileVersionName string
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    ResourceGroupName string
    The name of the resource group.
    GalleryName string
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    InVMAccessControlProfileName string
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    InVMAccessControlProfileVersionName string
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    ResourceGroupName string
    The name of the resource group.
    galleryName String
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    inVMAccessControlProfileName String
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    inVMAccessControlProfileVersionName String
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    resourceGroupName String
    The name of the resource group.
    galleryName string
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    inVMAccessControlProfileName string
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    inVMAccessControlProfileVersionName string
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    resourceGroupName string
    The name of the resource group.
    gallery_name str
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    in_vm_access_control_profile_name str
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    in_vm_access_control_profile_version_name str
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    resource_group_name str
    The name of the resource group.
    galleryName String
    The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
    inVMAccessControlProfileName String
    The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
    inVMAccessControlProfileVersionName String
    The name of the gallery inVMAccessControlProfile version to be retrieved.
    resourceGroupName String
    The name of the resource group.

    getGalleryInVMAccessControlProfileVersion Result

    The following output properties are available:

    DefaultAccess string
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    Id string
    Resource Id
    Location string
    Resource location
    Mode string
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    PublishedDate string
    The timestamp for when the Resource Profile Version is published.
    ReplicationStatus Pulumi.AzureNative.Compute.Outputs.ReplicationStatusResponse
    This is the replication status of the gallery image version.
    Type string
    Resource type
    ExcludeFromLatest bool
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    Rules Pulumi.AzureNative.Compute.Outputs.AccessControlRulesResponse
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    Tags Dictionary<string, string>
    Resource tags
    TargetLocations List<Pulumi.AzureNative.Compute.Outputs.TargetRegionResponse>
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
    DefaultAccess string
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    Id string
    Resource Id
    Location string
    Resource location
    Mode string
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    Name string
    Resource name
    ProvisioningState string
    The provisioning state, which only appears in the response.
    PublishedDate string
    The timestamp for when the Resource Profile Version is published.
    ReplicationStatus ReplicationStatusResponse
    This is the replication status of the gallery image version.
    Type string
    Resource type
    ExcludeFromLatest bool
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    Rules AccessControlRulesResponse
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    Tags map[string]string
    Resource tags
    TargetLocations []TargetRegionResponse
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
    defaultAccess String
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    id String
    Resource Id
    location String
    Resource location
    mode String
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    publishedDate String
    The timestamp for when the Resource Profile Version is published.
    replicationStatus ReplicationStatusResponse
    This is the replication status of the gallery image version.
    type String
    Resource type
    excludeFromLatest Boolean
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    rules AccessControlRulesResponse
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    tags Map<String,String>
    Resource tags
    targetLocations List<TargetRegionResponse>
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
    defaultAccess string
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    id string
    Resource Id
    location string
    Resource location
    mode string
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    name string
    Resource name
    provisioningState string
    The provisioning state, which only appears in the response.
    publishedDate string
    The timestamp for when the Resource Profile Version is published.
    replicationStatus ReplicationStatusResponse
    This is the replication status of the gallery image version.
    type string
    Resource type
    excludeFromLatest boolean
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    rules AccessControlRulesResponse
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    tags {[key: string]: string}
    Resource tags
    targetLocations TargetRegionResponse[]
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
    default_access str
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    id str
    Resource Id
    location str
    Resource location
    mode str
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    name str
    Resource name
    provisioning_state str
    The provisioning state, which only appears in the response.
    published_date str
    The timestamp for when the Resource Profile Version is published.
    replication_status ReplicationStatusResponse
    This is the replication status of the gallery image version.
    type str
    Resource type
    exclude_from_latest bool
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    rules AccessControlRulesResponse
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    tags Mapping[str, str]
    Resource tags
    target_locations Sequence[TargetRegionResponse]
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.
    defaultAccess String
    This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
    id String
    Resource Id
    location String
    Resource location
    mode String
    This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.
    name String
    Resource name
    provisioningState String
    The provisioning state, which only appears in the response.
    publishedDate String
    The timestamp for when the Resource Profile Version is published.
    replicationStatus Property Map
    This is the replication status of the gallery image version.
    type String
    Resource type
    excludeFromLatest Boolean
    If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
    rules Property Map
    This is the Access Control Rules specification for an inVMAccessControlProfile version.
    tags Map<String>
    Resource tags
    targetLocations List<Property Map>
    The target regions where the Resource Profile version is going to be replicated to. This property is updatable.

    Supporting Types

    AccessControlRulesIdentityResponse

    Name string
    The name of the identity.
    ExePath string
    The path to the executable.
    GroupName string
    The groupName corresponding to this identity.
    ProcessName string
    The process name of the executable.
    UserName string
    The username corresponding to this identity.
    Name string
    The name of the identity.
    ExePath string
    The path to the executable.
    GroupName string
    The groupName corresponding to this identity.
    ProcessName string
    The process name of the executable.
    UserName string
    The username corresponding to this identity.
    name String
    The name of the identity.
    exePath String
    The path to the executable.
    groupName String
    The groupName corresponding to this identity.
    processName String
    The process name of the executable.
    userName String
    The username corresponding to this identity.
    name string
    The name of the identity.
    exePath string
    The path to the executable.
    groupName string
    The groupName corresponding to this identity.
    processName string
    The process name of the executable.
    userName string
    The username corresponding to this identity.
    name str
    The name of the identity.
    exe_path str
    The path to the executable.
    group_name str
    The groupName corresponding to this identity.
    process_name str
    The process name of the executable.
    user_name str
    The username corresponding to this identity.
    name String
    The name of the identity.
    exePath String
    The path to the executable.
    groupName String
    The groupName corresponding to this identity.
    processName String
    The process name of the executable.
    userName String
    The username corresponding to this identity.

    AccessControlRulesPrivilegeResponse

    Name string
    The name of the privilege.
    Path string
    The HTTP path corresponding to the privilege.
    QueryParameters Dictionary<string, string>
    The query parameters to match in the path.
    Name string
    The name of the privilege.
    Path string
    The HTTP path corresponding to the privilege.
    QueryParameters map[string]string
    The query parameters to match in the path.
    name String
    The name of the privilege.
    path String
    The HTTP path corresponding to the privilege.
    queryParameters Map<String,String>
    The query parameters to match in the path.
    name string
    The name of the privilege.
    path string
    The HTTP path corresponding to the privilege.
    queryParameters {[key: string]: string}
    The query parameters to match in the path.
    name str
    The name of the privilege.
    path str
    The HTTP path corresponding to the privilege.
    query_parameters Mapping[str, str]
    The query parameters to match in the path.
    name String
    The name of the privilege.
    path String
    The HTTP path corresponding to the privilege.
    queryParameters Map<String>
    The query parameters to match in the path.

    AccessControlRulesResponse

    identities List<Property Map>
    A list of identities.
    privileges List<Property Map>
    A list of privileges.
    roleAssignments List<Property Map>
    A list of role assignments.
    roles List<Property Map>
    A list of roles.

    AccessControlRulesRoleAssignmentResponse

    Identities List<string>
    A list of identities that can access the privileges defined by the role.
    Role string
    The name of the role.
    Identities []string
    A list of identities that can access the privileges defined by the role.
    Role string
    The name of the role.
    identities List<String>
    A list of identities that can access the privileges defined by the role.
    role String
    The name of the role.
    identities string[]
    A list of identities that can access the privileges defined by the role.
    role string
    The name of the role.
    identities Sequence[str]
    A list of identities that can access the privileges defined by the role.
    role str
    The name of the role.
    identities List<String>
    A list of identities that can access the privileges defined by the role.
    role String
    The name of the role.

    AccessControlRulesRoleResponse

    Name string
    The name of the role.
    Privileges List<string>
    A list of privileges needed by this role.
    Name string
    The name of the role.
    Privileges []string
    A list of privileges needed by this role.
    name String
    The name of the role.
    privileges List<String>
    A list of privileges needed by this role.
    name string
    The name of the role.
    privileges string[]
    A list of privileges needed by this role.
    name str
    The name of the role.
    privileges Sequence[str]
    A list of privileges needed by this role.
    name String
    The name of the role.
    privileges List<String>
    A list of privileges needed by this role.

    AdditionalReplicaSetResponse

    RegionalReplicaCount int
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    StorageAccountType string
    Specifies the storage account type to be used to create the direct drive replicas
    RegionalReplicaCount int
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    StorageAccountType string
    Specifies the storage account type to be used to create the direct drive replicas
    regionalReplicaCount Integer
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    storageAccountType String
    Specifies the storage account type to be used to create the direct drive replicas
    regionalReplicaCount number
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    storageAccountType string
    Specifies the storage account type to be used to create the direct drive replicas
    regional_replica_count int
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    storage_account_type str
    Specifies the storage account type to be used to create the direct drive replicas
    regionalReplicaCount Number
    The number of direct drive replicas of the Image Version to be created.This Property is updatable
    storageAccountType String
    Specifies the storage account type to be used to create the direct drive replicas

    DataDiskImageEncryptionResponse

    Lun int
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    DiskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    Lun int
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    DiskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    lun Integer
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    diskEncryptionSetId String
    A relative URI containing the resource ID of the disk encryption set.
    lun number
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    diskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    lun int
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    disk_encryption_set_id str
    A relative URI containing the resource ID of the disk encryption set.
    lun Number
    This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
    diskEncryptionSetId String
    A relative URI containing the resource ID of the disk encryption set.

    EncryptionImagesResponse

    DataDiskImages List<Pulumi.AzureNative.Compute.Inputs.DataDiskImageEncryptionResponse>
    A list of encryption specifications for data disk images.
    OsDiskImage Pulumi.AzureNative.Compute.Inputs.OSDiskImageEncryptionResponse
    Contains encryption settings for an OS disk image.
    DataDiskImages []DataDiskImageEncryptionResponse
    A list of encryption specifications for data disk images.
    OsDiskImage OSDiskImageEncryptionResponse
    Contains encryption settings for an OS disk image.
    dataDiskImages List<DataDiskImageEncryptionResponse>
    A list of encryption specifications for data disk images.
    osDiskImage OSDiskImageEncryptionResponse
    Contains encryption settings for an OS disk image.
    dataDiskImages DataDiskImageEncryptionResponse[]
    A list of encryption specifications for data disk images.
    osDiskImage OSDiskImageEncryptionResponse
    Contains encryption settings for an OS disk image.
    data_disk_images Sequence[DataDiskImageEncryptionResponse]
    A list of encryption specifications for data disk images.
    os_disk_image OSDiskImageEncryptionResponse
    Contains encryption settings for an OS disk image.
    dataDiskImages List<Property Map>
    A list of encryption specifications for data disk images.
    osDiskImage Property Map
    Contains encryption settings for an OS disk image.

    OSDiskImageEncryptionResponse

    DiskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    SecurityProfile Pulumi.AzureNative.Compute.Inputs.OSDiskImageSecurityProfileResponse
    This property specifies the security profile of an OS disk image.
    DiskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    SecurityProfile OSDiskImageSecurityProfileResponse
    This property specifies the security profile of an OS disk image.
    diskEncryptionSetId String
    A relative URI containing the resource ID of the disk encryption set.
    securityProfile OSDiskImageSecurityProfileResponse
    This property specifies the security profile of an OS disk image.
    diskEncryptionSetId string
    A relative URI containing the resource ID of the disk encryption set.
    securityProfile OSDiskImageSecurityProfileResponse
    This property specifies the security profile of an OS disk image.
    disk_encryption_set_id str
    A relative URI containing the resource ID of the disk encryption set.
    security_profile OSDiskImageSecurityProfileResponse
    This property specifies the security profile of an OS disk image.
    diskEncryptionSetId String
    A relative URI containing the resource ID of the disk encryption set.
    securityProfile Property Map
    This property specifies the security profile of an OS disk image.

    OSDiskImageSecurityProfileResponse

    ConfidentialVMEncryptionType string
    confidential VM encryption types
    SecureVMDiskEncryptionSetId string
    secure VM disk encryption set id
    ConfidentialVMEncryptionType string
    confidential VM encryption types
    SecureVMDiskEncryptionSetId string
    secure VM disk encryption set id
    confidentialVMEncryptionType String
    confidential VM encryption types
    secureVMDiskEncryptionSetId String
    secure VM disk encryption set id
    confidentialVMEncryptionType string
    confidential VM encryption types
    secureVMDiskEncryptionSetId string
    secure VM disk encryption set id
    confidential_vm_encryption_type str
    confidential VM encryption types
    secure_vm_disk_encryption_set_id str
    secure VM disk encryption set id
    confidentialVMEncryptionType String
    confidential VM encryption types
    secureVMDiskEncryptionSetId String
    secure VM disk encryption set id

    RegionalReplicationStatusResponse

    Details string
    The details of the replication status.
    Progress int
    It indicates progress of the replication job.
    Region string
    The region to which the gallery image version is being replicated to.
    State string
    This is the regional replication state.
    Details string
    The details of the replication status.
    Progress int
    It indicates progress of the replication job.
    Region string
    The region to which the gallery image version is being replicated to.
    State string
    This is the regional replication state.
    details String
    The details of the replication status.
    progress Integer
    It indicates progress of the replication job.
    region String
    The region to which the gallery image version is being replicated to.
    state String
    This is the regional replication state.
    details string
    The details of the replication status.
    progress number
    It indicates progress of the replication job.
    region string
    The region to which the gallery image version is being replicated to.
    state string
    This is the regional replication state.
    details str
    The details of the replication status.
    progress int
    It indicates progress of the replication job.
    region str
    The region to which the gallery image version is being replicated to.
    state str
    This is the regional replication state.
    details String
    The details of the replication status.
    progress Number
    It indicates progress of the replication job.
    region String
    The region to which the gallery image version is being replicated to.
    state String
    This is the regional replication state.

    ReplicationStatusResponse

    AggregatedState string
    This is the aggregated replication status based on all the regional replication status flags.
    Summary List<Pulumi.AzureNative.Compute.Inputs.RegionalReplicationStatusResponse>
    This is a summary of replication status for each region.
    AggregatedState string
    This is the aggregated replication status based on all the regional replication status flags.
    Summary []RegionalReplicationStatusResponse
    This is a summary of replication status for each region.
    aggregatedState String
    This is the aggregated replication status based on all the regional replication status flags.
    summary List<RegionalReplicationStatusResponse>
    This is a summary of replication status for each region.
    aggregatedState string
    This is the aggregated replication status based on all the regional replication status flags.
    summary RegionalReplicationStatusResponse[]
    This is a summary of replication status for each region.
    aggregated_state str
    This is the aggregated replication status based on all the regional replication status flags.
    summary Sequence[RegionalReplicationStatusResponse]
    This is a summary of replication status for each region.
    aggregatedState String
    This is the aggregated replication status based on all the regional replication status flags.
    summary List<Property Map>
    This is a summary of replication status for each region.

    TargetRegionResponse

    Name string
    The name of the region.
    AdditionalReplicaSets List<Pulumi.AzureNative.Compute.Inputs.AdditionalReplicaSetResponse>
    List of storage sku with replica count to create direct drive replicas.
    Encryption Pulumi.AzureNative.Compute.Inputs.EncryptionImagesResponse
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    ExcludeFromLatest bool
    Contains the flag setting to hide an image when users specify version='latest'
    RegionalReplicaCount int
    The number of replicas of the Image Version to be created per region. This property is updatable.
    StorageAccountType string
    Specifies the storage account type to be used to store the image. This property is not updatable.
    Name string
    The name of the region.
    AdditionalReplicaSets []AdditionalReplicaSetResponse
    List of storage sku with replica count to create direct drive replicas.
    Encryption EncryptionImagesResponse
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    ExcludeFromLatest bool
    Contains the flag setting to hide an image when users specify version='latest'
    RegionalReplicaCount int
    The number of replicas of the Image Version to be created per region. This property is updatable.
    StorageAccountType string
    Specifies the storage account type to be used to store the image. This property is not updatable.
    name String
    The name of the region.
    additionalReplicaSets List<AdditionalReplicaSetResponse>
    List of storage sku with replica count to create direct drive replicas.
    encryption EncryptionImagesResponse
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    excludeFromLatest Boolean
    Contains the flag setting to hide an image when users specify version='latest'
    regionalReplicaCount Integer
    The number of replicas of the Image Version to be created per region. This property is updatable.
    storageAccountType String
    Specifies the storage account type to be used to store the image. This property is not updatable.
    name string
    The name of the region.
    additionalReplicaSets AdditionalReplicaSetResponse[]
    List of storage sku with replica count to create direct drive replicas.
    encryption EncryptionImagesResponse
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    excludeFromLatest boolean
    Contains the flag setting to hide an image when users specify version='latest'
    regionalReplicaCount number
    The number of replicas of the Image Version to be created per region. This property is updatable.
    storageAccountType string
    Specifies the storage account type to be used to store the image. This property is not updatable.
    name str
    The name of the region.
    additional_replica_sets Sequence[AdditionalReplicaSetResponse]
    List of storage sku with replica count to create direct drive replicas.
    encryption EncryptionImagesResponse
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    exclude_from_latest bool
    Contains the flag setting to hide an image when users specify version='latest'
    regional_replica_count int
    The number of replicas of the Image Version to be created per region. This property is updatable.
    storage_account_type str
    Specifies the storage account type to be used to store the image. This property is not updatable.
    name String
    The name of the region.
    additionalReplicaSets List<Property Map>
    List of storage sku with replica count to create direct drive replicas.
    encryption Property Map
    Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
    excludeFromLatest Boolean
    Contains the flag setting to hide an image when users specify version='latest'
    regionalReplicaCount Number
    The number of replicas of the Image Version to be created per region. This property is updatable.
    storageAccountType String
    Specifies the storage account type to be used to store the image. This property is not updatable.

    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.89.1 published on Sunday, Mar 2, 2025 by Pulumi