This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.scvmm.getVirtualMachineTemplate
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Implements VirtualMachineTemplate GET method.
Uses Azure REST API version 2022-05-21-preview.
Other available API versions: 2023-04-01-preview, 2023-10-07, 2024-06-01.
Using getVirtualMachineTemplate
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 getVirtualMachineTemplate(args: GetVirtualMachineTemplateArgs, opts?: InvokeOptions): Promise<GetVirtualMachineTemplateResult>
function getVirtualMachineTemplateOutput(args: GetVirtualMachineTemplateOutputArgs, opts?: InvokeOptions): Output<GetVirtualMachineTemplateResult>def get_virtual_machine_template(resource_group_name: Optional[str] = None,
                                 virtual_machine_template_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetVirtualMachineTemplateResult
def get_virtual_machine_template_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                 virtual_machine_template_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetVirtualMachineTemplateResult]func LookupVirtualMachineTemplate(ctx *Context, args *LookupVirtualMachineTemplateArgs, opts ...InvokeOption) (*LookupVirtualMachineTemplateResult, error)
func LookupVirtualMachineTemplateOutput(ctx *Context, args *LookupVirtualMachineTemplateOutputArgs, opts ...InvokeOption) LookupVirtualMachineTemplateResultOutput> Note: This function is named LookupVirtualMachineTemplate in the Go SDK.
public static class GetVirtualMachineTemplate 
{
    public static Task<GetVirtualMachineTemplateResult> InvokeAsync(GetVirtualMachineTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualMachineTemplateResult> Invoke(GetVirtualMachineTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualMachineTemplateResult> getVirtualMachineTemplate(GetVirtualMachineTemplateArgs args, InvokeOptions options)
public static Output<GetVirtualMachineTemplateResult> getVirtualMachineTemplate(GetVirtualMachineTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:scvmm:getVirtualMachineTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group.
- VirtualMachine stringTemplate Name 
- Name of the VirtualMachineTemplate.
- ResourceGroup stringName 
- The name of the resource group.
- VirtualMachine stringTemplate Name 
- Name of the VirtualMachineTemplate.
- resourceGroup StringName 
- The name of the resource group.
- virtualMachine StringTemplate Name 
- Name of the VirtualMachineTemplate.
- resourceGroup stringName 
- The name of the resource group.
- virtualMachine stringTemplate Name 
- Name of the VirtualMachineTemplate.
- resource_group_ strname 
- The name of the resource group.
- virtual_machine_ strtemplate_ name 
- Name of the VirtualMachineTemplate.
- resourceGroup StringName 
- The name of the resource group.
- virtualMachine StringTemplate Name 
- Name of the VirtualMachineTemplate.
getVirtualMachineTemplate Result
The following output properties are available:
- ComputerName string
- Gets or sets computer name.
- CpuCount int
- Gets or sets the desired number of vCPUs for the vm.
- Disks
List<Pulumi.Azure Native. Sc Vmm. Outputs. Virtual Disk Response> 
- Gets or sets the disks of the template.
- DynamicMemory stringEnabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- DynamicMemory intMax MB 
- Gets or sets the max dynamic memory for the vm.
- DynamicMemory intMin MB 
- Gets or sets the min dynamic memory for the vm.
- ExtendedLocation Pulumi.Azure Native. Sc Vmm. Outputs. Extended Location Response 
- The extended location.
- Generation int
- Gets or sets the generation for the vm.
- Id string
- Resource Id
- IsCustomizable string
- Gets or sets a value indicating whether the vm template is customizable or not.
- IsHighly stringAvailable 
- Gets highly available property.
- LimitCpu stringFor Migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Location string
- Gets or sets the location.
- MemoryMB int
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- Name string
- Resource Name
- NetworkInterfaces List<Pulumi.Azure Native. Sc Vmm. Outputs. Network Interfaces Response> 
- Gets or sets the network interfaces of the template.
- OsName string
- Gets or sets os name.
- OsType string
- Gets or sets the type of the os.
- ProvisioningState string
- Gets or sets the provisioning state.
- SystemData Pulumi.Azure Native. Sc Vmm. Outputs. System Data Response 
- The system data.
- Type string
- Resource Type
- InventoryItem stringId 
- Gets or sets the inventory Item ID for the resource.
- Dictionary<string, string>
- Resource tags
- Uuid string
- Unique ID of the virtual machine template.
- VmmServer stringId 
- ARM Id of the vmmServer resource in which this resource resides.
- ComputerName string
- Gets or sets computer name.
- CpuCount int
- Gets or sets the desired number of vCPUs for the vm.
- Disks
[]VirtualDisk Response 
- Gets or sets the disks of the template.
- DynamicMemory stringEnabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- DynamicMemory intMax MB 
- Gets or sets the max dynamic memory for the vm.
- DynamicMemory intMin MB 
- Gets or sets the min dynamic memory for the vm.
- ExtendedLocation ExtendedLocation Response 
- The extended location.
- Generation int
- Gets or sets the generation for the vm.
- Id string
- Resource Id
- IsCustomizable string
- Gets or sets a value indicating whether the vm template is customizable or not.
- IsHighly stringAvailable 
- Gets highly available property.
- LimitCpu stringFor Migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Location string
- Gets or sets the location.
- MemoryMB int
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- Name string
- Resource Name
- NetworkInterfaces []NetworkInterfaces Response 
- Gets or sets the network interfaces of the template.
- OsName string
- Gets or sets os name.
- OsType string
- Gets or sets the type of the os.
- ProvisioningState string
- Gets or sets the provisioning state.
- SystemData SystemData Response 
- The system data.
- Type string
- Resource Type
- InventoryItem stringId 
- Gets or sets the inventory Item ID for the resource.
- map[string]string
- Resource tags
- Uuid string
- Unique ID of the virtual machine template.
- VmmServer stringId 
- ARM Id of the vmmServer resource in which this resource resides.
- computerName String
- Gets or sets computer name.
- cpuCount Integer
- Gets or sets the desired number of vCPUs for the vm.
- disks
List<VirtualDisk Response> 
- Gets or sets the disks of the template.
- dynamicMemory StringEnabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamicMemory IntegerMax MB 
- Gets or sets the max dynamic memory for the vm.
- dynamicMemory IntegerMin MB 
- Gets or sets the min dynamic memory for the vm.
- extendedLocation ExtendedLocation Response 
- The extended location.
- generation Integer
- Gets or sets the generation for the vm.
- id String
- Resource Id
- isCustomizable String
- Gets or sets a value indicating whether the vm template is customizable or not.
- isHighly StringAvailable 
- Gets highly available property.
- limitCpu StringFor Migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- location String
- Gets or sets the location.
- memoryMB Integer
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- name String
- Resource Name
- networkInterfaces List<NetworkInterfaces Response> 
- Gets or sets the network interfaces of the template.
- osName String
- Gets or sets os name.
- osType String
- Gets or sets the type of the os.
- provisioningState String
- Gets or sets the provisioning state.
- systemData SystemData Response 
- The system data.
- type String
- Resource Type
- inventoryItem StringId 
- Gets or sets the inventory Item ID for the resource.
- Map<String,String>
- Resource tags
- uuid String
- Unique ID of the virtual machine template.
- vmmServer StringId 
- ARM Id of the vmmServer resource in which this resource resides.
- computerName string
- Gets or sets computer name.
- cpuCount number
- Gets or sets the desired number of vCPUs for the vm.
- disks
VirtualDisk Response[] 
- Gets or sets the disks of the template.
- dynamicMemory stringEnabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamicMemory numberMax MB 
- Gets or sets the max dynamic memory for the vm.
- dynamicMemory numberMin MB 
- Gets or sets the min dynamic memory for the vm.
- extendedLocation ExtendedLocation Response 
- The extended location.
- generation number
- Gets or sets the generation for the vm.
- id string
- Resource Id
- isCustomizable string
- Gets or sets a value indicating whether the vm template is customizable or not.
- isHighly stringAvailable 
- Gets highly available property.
- limitCpu stringFor Migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- location string
- Gets or sets the location.
- memoryMB number
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- name string
- Resource Name
- networkInterfaces NetworkInterfaces Response[] 
- Gets or sets the network interfaces of the template.
- osName string
- Gets or sets os name.
- osType string
- Gets or sets the type of the os.
- provisioningState string
- Gets or sets the provisioning state.
- systemData SystemData Response 
- The system data.
- type string
- Resource Type
- inventoryItem stringId 
- Gets or sets the inventory Item ID for the resource.
- {[key: string]: string}
- Resource tags
- uuid string
- Unique ID of the virtual machine template.
- vmmServer stringId 
- ARM Id of the vmmServer resource in which this resource resides.
- computer_name str
- Gets or sets computer name.
- cpu_count int
- Gets or sets the desired number of vCPUs for the vm.
- disks
Sequence[VirtualDisk Response] 
- Gets or sets the disks of the template.
- dynamic_memory_ strenabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic_memory_ intmax_ mb 
- Gets or sets the max dynamic memory for the vm.
- dynamic_memory_ intmin_ mb 
- Gets or sets the min dynamic memory for the vm.
- extended_location ExtendedLocation Response 
- The extended location.
- generation int
- Gets or sets the generation for the vm.
- id str
- Resource Id
- is_customizable str
- Gets or sets a value indicating whether the vm template is customizable or not.
- is_highly_ stravailable 
- Gets highly available property.
- limit_cpu_ strfor_ migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- location str
- Gets or sets the location.
- memory_mb int
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- name str
- Resource Name
- network_interfaces Sequence[NetworkInterfaces Response] 
- Gets or sets the network interfaces of the template.
- os_name str
- Gets or sets os name.
- os_type str
- Gets or sets the type of the os.
- provisioning_state str
- Gets or sets the provisioning state.
- system_data SystemData Response 
- The system data.
- type str
- Resource Type
- inventory_item_ strid 
- Gets or sets the inventory Item ID for the resource.
- Mapping[str, str]
- Resource tags
- uuid str
- Unique ID of the virtual machine template.
- vmm_server_ strid 
- ARM Id of the vmmServer resource in which this resource resides.
- computerName String
- Gets or sets computer name.
- cpuCount Number
- Gets or sets the desired number of vCPUs for the vm.
- disks List<Property Map>
- Gets or sets the disks of the template.
- dynamicMemory StringEnabled 
- Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamicMemory NumberMax MB 
- Gets or sets the max dynamic memory for the vm.
- dynamicMemory NumberMin MB 
- Gets or sets the min dynamic memory for the vm.
- extendedLocation Property Map
- The extended location.
- generation Number
- Gets or sets the generation for the vm.
- id String
- Resource Id
- isCustomizable String
- Gets or sets a value indicating whether the vm template is customizable or not.
- isHighly StringAvailable 
- Gets highly available property.
- limitCpu StringFor Migration 
- Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- location String
- Gets or sets the location.
- memoryMB Number
- MemoryMB is the desired size of a virtual machine's memory, in MB.
- name String
- Resource Name
- networkInterfaces List<Property Map>
- Gets or sets the network interfaces of the template.
- osName String
- Gets or sets os name.
- osType String
- Gets or sets the type of the os.
- provisioningState String
- Gets or sets the provisioning state.
- systemData Property Map
- The system data.
- type String
- Resource Type
- inventoryItem StringId 
- Gets or sets the inventory Item ID for the resource.
- Map<String>
- Resource tags
- uuid String
- Unique ID of the virtual machine template.
- vmmServer StringId 
- ARM Id of the vmmServer resource in which this resource resides.
Supporting Types
ExtendedLocationResponse  
NetworkInterfacesResponse  
- DisplayName string
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- Ipv4Addresses List<string>
- Gets or sets the nic ipv4 addresses.
- Ipv6Addresses List<string>
- Gets or sets the nic ipv6 addresses.
- NetworkName string
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- Ipv4AddressType string
- Gets or sets the ipv4 address type.
- Ipv6AddressType string
- Gets or sets the ipv6 address type.
- MacAddress string
- Gets or sets the nic MAC address.
- MacAddress stringType 
- Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- NicId string
- Gets or sets the nic id.
- VirtualNetwork stringId 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- DisplayName string
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- Ipv4Addresses []string
- Gets or sets the nic ipv4 addresses.
- Ipv6Addresses []string
- Gets or sets the nic ipv6 addresses.
- NetworkName string
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- Ipv4AddressType string
- Gets or sets the ipv4 address type.
- Ipv6AddressType string
- Gets or sets the ipv6 address type.
- MacAddress string
- Gets or sets the nic MAC address.
- MacAddress stringType 
- Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- NicId string
- Gets or sets the nic id.
- VirtualNetwork stringId 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- displayName String
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- ipv4Addresses List<String>
- Gets or sets the nic ipv4 addresses.
- ipv6Addresses List<String>
- Gets or sets the nic ipv6 addresses.
- networkName String
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4AddressType String
- Gets or sets the ipv4 address type.
- ipv6AddressType String
- Gets or sets the ipv6 address type.
- macAddress String
- Gets or sets the nic MAC address.
- macAddress StringType 
- Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nicId String
- Gets or sets the nic id.
- virtualNetwork StringId 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- displayName string
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- ipv4Addresses string[]
- Gets or sets the nic ipv4 addresses.
- ipv6Addresses string[]
- Gets or sets the nic ipv6 addresses.
- networkName string
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4AddressType string
- Gets or sets the ipv4 address type.
- ipv6AddressType string
- Gets or sets the ipv6 address type.
- macAddress string
- Gets or sets the nic MAC address.
- macAddress stringType 
- Gets or sets the mac address type.
- name string
- Gets or sets the name of the network interface.
- nicId string
- Gets or sets the nic id.
- virtualNetwork stringId 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- display_name str
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- ipv4_addresses Sequence[str]
- Gets or sets the nic ipv4 addresses.
- ipv6_addresses Sequence[str]
- Gets or sets the nic ipv6 addresses.
- network_name str
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4_address_ strtype 
- Gets or sets the ipv4 address type.
- ipv6_address_ strtype 
- Gets or sets the ipv6 address type.
- mac_address str
- Gets or sets the nic MAC address.
- mac_address_ strtype 
- Gets or sets the mac address type.
- name str
- Gets or sets the name of the network interface.
- nic_id str
- Gets or sets the nic id.
- virtual_network_ strid 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- displayName String
- Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
- ipv4Addresses List<String>
- Gets or sets the nic ipv4 addresses.
- ipv6Addresses List<String>
- Gets or sets the nic ipv6 addresses.
- networkName String
- Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4AddressType String
- Gets or sets the ipv4 address type.
- ipv6AddressType String
- Gets or sets the ipv6 address type.
- macAddress String
- Gets or sets the nic MAC address.
- macAddress StringType 
- Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nicId String
- Gets or sets the nic id.
- virtualNetwork StringId 
- Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
StorageQoSPolicyDetailsResponse    
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
VirtualDiskResponse  
- DisplayName string
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- MaxDisk intSize GB 
- Gets or sets the max disk size.
- VhdFormat stringType 
- Gets the disk vhd format type.
- VolumeType string
- Gets or sets the disk volume type.
- Bus int
- Gets or sets the disk bus.
- BusType string
- Gets or sets the disk bus type.
- CreateDiff stringDisk 
- Gets or sets a value indicating diff disk.
- DiskId string
- Gets or sets the disk id.
- DiskSize intGB 
- Gets or sets the disk total size.
- Lun int
- Gets or sets the disk lun.
- Name string
- Gets or sets the name of the disk.
- StorageQo Pulumi.SPolicy Azure Native. Sc Vmm. Inputs. Storage Qo SPolicy Details Response 
- The QoS policy for the disk.
- TemplateDisk stringId 
- Gets or sets the disk id in the template.
- VhdType string
- Gets or sets the disk vhd type.
- DisplayName string
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- MaxDisk intSize GB 
- Gets or sets the max disk size.
- VhdFormat stringType 
- Gets the disk vhd format type.
- VolumeType string
- Gets or sets the disk volume type.
- Bus int
- Gets or sets the disk bus.
- BusType string
- Gets or sets the disk bus type.
- CreateDiff stringDisk 
- Gets or sets a value indicating diff disk.
- DiskId string
- Gets or sets the disk id.
- DiskSize intGB 
- Gets or sets the disk total size.
- Lun int
- Gets or sets the disk lun.
- Name string
- Gets or sets the name of the disk.
- StorageQo StorageSPolicy Qo SPolicy Details Response 
- The QoS policy for the disk.
- TemplateDisk stringId 
- Gets or sets the disk id in the template.
- VhdType string
- Gets or sets the disk vhd type.
- displayName String
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- maxDisk IntegerSize GB 
- Gets or sets the max disk size.
- vhdFormat StringType 
- Gets the disk vhd format type.
- volumeType String
- Gets or sets the disk volume type.
- bus Integer
- Gets or sets the disk bus.
- busType String
- Gets or sets the disk bus type.
- createDiff StringDisk 
- Gets or sets a value indicating diff disk.
- diskId String
- Gets or sets the disk id.
- diskSize IntegerGB 
- Gets or sets the disk total size.
- lun Integer
- Gets or sets the disk lun.
- name String
- Gets or sets the name of the disk.
- storageQo StorageSPolicy Qo SPolicy Details Response 
- The QoS policy for the disk.
- templateDisk StringId 
- Gets or sets the disk id in the template.
- vhdType String
- Gets or sets the disk vhd type.
- displayName string
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- maxDisk numberSize GB 
- Gets or sets the max disk size.
- vhdFormat stringType 
- Gets the disk vhd format type.
- volumeType string
- Gets or sets the disk volume type.
- bus number
- Gets or sets the disk bus.
- busType string
- Gets or sets the disk bus type.
- createDiff stringDisk 
- Gets or sets a value indicating diff disk.
- diskId string
- Gets or sets the disk id.
- diskSize numberGB 
- Gets or sets the disk total size.
- lun number
- Gets or sets the disk lun.
- name string
- Gets or sets the name of the disk.
- storageQo StorageSPolicy Qo SPolicy Details Response 
- The QoS policy for the disk.
- templateDisk stringId 
- Gets or sets the disk id in the template.
- vhdType string
- Gets or sets the disk vhd type.
- display_name str
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- max_disk_ intsize_ gb 
- Gets or sets the max disk size.
- vhd_format_ strtype 
- Gets the disk vhd format type.
- volume_type str
- Gets or sets the disk volume type.
- bus int
- Gets or sets the disk bus.
- bus_type str
- Gets or sets the disk bus type.
- create_diff_ strdisk 
- Gets or sets a value indicating diff disk.
- disk_id str
- Gets or sets the disk id.
- disk_size_ intgb 
- Gets or sets the disk total size.
- lun int
- Gets or sets the disk lun.
- name str
- Gets or sets the name of the disk.
- storage_qo_ Storages_ policy Qo SPolicy Details Response 
- The QoS policy for the disk.
- template_disk_ strid 
- Gets or sets the disk id in the template.
- vhd_type str
- Gets or sets the disk vhd type.
- displayName String
- Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
- maxDisk NumberSize GB 
- Gets or sets the max disk size.
- vhdFormat StringType 
- Gets the disk vhd format type.
- volumeType String
- Gets or sets the disk volume type.
- bus Number
- Gets or sets the disk bus.
- busType String
- Gets or sets the disk bus type.
- createDiff StringDisk 
- Gets or sets a value indicating diff disk.
- diskId String
- Gets or sets the disk id.
- diskSize NumberGB 
- Gets or sets the disk total size.
- lun Number
- Gets or sets the disk lun.
- name String
- Gets or sets the name of the disk.
- storageQo Property MapSPolicy 
- The QoS policy for the disk.
- templateDisk StringId 
- Gets or sets the disk id in the template.
- vhdType String
- Gets or sets the disk vhd type.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi