azure-native.scvmm.VirtualMachine
Explore with Pulumi AI
The VirtualMachines resource definition.
Uses Azure REST API version 2023-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-05-21-preview.
Other available API versions: 2022-05-21-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native scvmm [ApiVersion]
. See the version guide for details.
Create VirtualMachine Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VirtualMachine(name: string, args: VirtualMachineArgs, opts?: CustomResourceOptions);
@overload
def VirtualMachine(resource_name: str,
args: VirtualMachineArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VirtualMachine(resource_name: str,
opts: Optional[ResourceOptions] = None,
extended_location: Optional[ExtendedLocationArgs] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
network_profile: Optional[NetworkProfileArgs] = None,
checkpoints: Optional[Sequence[CheckpointArgs]] = None,
generation: Optional[int] = None,
guest_agent_profile: Optional[GuestAgentProfileArgs] = None,
hardware_profile: Optional[HardwareProfileArgs] = None,
identity: Optional[IdentityArgs] = None,
inventory_item_id: Optional[str] = None,
availability_sets: Optional[Sequence[VirtualMachinePropertiesAvailabilitySetsArgs]] = None,
cloud_id: Optional[str] = None,
os_profile: Optional[OsProfileArgs] = None,
checkpoint_type: Optional[str] = None,
storage_profile: Optional[StorageProfileArgs] = None,
tags: Optional[Mapping[str, str]] = None,
template_id: Optional[str] = None,
uuid: Optional[str] = None,
virtual_machine_name: Optional[str] = None,
vm_name: Optional[str] = None,
vmm_server_id: Optional[str] = None)
func NewVirtualMachine(ctx *Context, name string, args VirtualMachineArgs, opts ...ResourceOption) (*VirtualMachine, error)
public VirtualMachine(string name, VirtualMachineArgs args, CustomResourceOptions? opts = null)
public VirtualMachine(String name, VirtualMachineArgs args)
public VirtualMachine(String name, VirtualMachineArgs args, CustomResourceOptions options)
type: azure-native:scvmm:VirtualMachine
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. VirtualMachineArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. VirtualMachineArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. VirtualMachineArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. VirtualMachineArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. VirtualMachineArgs - 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 examplevirtualMachineResourceResourceFromScvmm = new AzureNative.ScVmm.VirtualMachine("examplevirtualMachineResourceResourceFromScvmm", new()
{
ExtendedLocation = new AzureNative.ScVmm.Inputs.ExtendedLocationArgs
{
Name = "string",
Type = "string",
},
ResourceGroupName = "string",
Location = "string",
NetworkProfile = new AzureNative.ScVmm.Inputs.NetworkProfileArgs
{
NetworkInterfaces = new[]
{
new AzureNative.ScVmm.Inputs.NetworkInterfacesArgs
{
Ipv4AddressType = "string",
Ipv6AddressType = "string",
MacAddress = "string",
MacAddressType = "string",
Name = "string",
NicId = "string",
VirtualNetworkId = "string",
},
},
},
Checkpoints = new[]
{
new AzureNative.ScVmm.Inputs.CheckpointArgs
{
CheckpointID = "string",
Description = "string",
Name = "string",
ParentCheckpointID = "string",
},
},
Generation = 0,
GuestAgentProfile = new AzureNative.ScVmm.Inputs.GuestAgentProfileArgs
{
ClientPublicKey = "string",
},
HardwareProfile = new AzureNative.ScVmm.Inputs.HardwareProfileArgs
{
CpuCount = 0,
DynamicMemoryEnabled = "string",
DynamicMemoryMaxMB = 0,
DynamicMemoryMinMB = 0,
IsHighlyAvailable = "string",
LimitCpuForMigration = "string",
MemoryMB = 0,
},
Identity = new AzureNative.ScVmm.Inputs.IdentityArgs
{
Type = "string",
},
InventoryItemId = "string",
AvailabilitySets = new[]
{
new AzureNative.ScVmm.Inputs.VirtualMachinePropertiesAvailabilitySetsArgs
{
Id = "string",
Name = "string",
},
},
CloudId = "string",
OsProfile = new AzureNative.ScVmm.Inputs.OsProfileArgs
{
AdminPassword = "string",
ComputerName = "string",
},
CheckpointType = "string",
StorageProfile = new AzureNative.ScVmm.Inputs.StorageProfileArgs
{
Disks = new[]
{
new AzureNative.ScVmm.Inputs.VirtualDiskArgs
{
Bus = 0,
BusType = "string",
CreateDiffDisk = "string",
DiskId = "string",
DiskSizeGB = 0,
Lun = 0,
Name = "string",
StorageQoSPolicy = new AzureNative.ScVmm.Inputs.StorageQoSPolicyDetailsArgs
{
Id = "string",
Name = "string",
},
TemplateDiskId = "string",
VhdType = "string",
},
},
},
Tags =
{
{ "string", "string" },
},
TemplateId = "string",
Uuid = "string",
VirtualMachineName = "string",
VmName = "string",
VmmServerId = "string",
});
example, err := scvmm.NewVirtualMachine(ctx, "examplevirtualMachineResourceResourceFromScvmm", &scvmm.VirtualMachineArgs{
ExtendedLocation: &scvmm.ExtendedLocationArgs{
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
NetworkProfile: &scvmm.NetworkProfileArgs{
NetworkInterfaces: scvmm.NetworkInterfacesArray{
&scvmm.NetworkInterfacesArgs{
Ipv4AddressType: pulumi.String("string"),
Ipv6AddressType: pulumi.String("string"),
MacAddress: pulumi.String("string"),
MacAddressType: pulumi.String("string"),
Name: pulumi.String("string"),
NicId: pulumi.String("string"),
VirtualNetworkId: pulumi.String("string"),
},
},
},
Checkpoints: scvmm.CheckpointArray{
&scvmm.CheckpointArgs{
CheckpointID: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
ParentCheckpointID: pulumi.String("string"),
},
},
Generation: pulumi.Int(0),
GuestAgentProfile: &scvmm.GuestAgentProfileArgs{
ClientPublicKey: pulumi.String("string"),
},
HardwareProfile: &scvmm.HardwareProfileArgs{
CpuCount: pulumi.Int(0),
DynamicMemoryEnabled: pulumi.String("string"),
DynamicMemoryMaxMB: pulumi.Int(0),
DynamicMemoryMinMB: pulumi.Int(0),
IsHighlyAvailable: pulumi.String("string"),
LimitCpuForMigration: pulumi.String("string"),
MemoryMB: pulumi.Int(0),
},
Identity: &scvmm.IdentityArgs{
Type: pulumi.String("string"),
},
InventoryItemId: pulumi.String("string"),
AvailabilitySets: scvmm.VirtualMachinePropertiesAvailabilitySetsArray{
&scvmm.VirtualMachinePropertiesAvailabilitySetsArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
CloudId: pulumi.String("string"),
OsProfile: &scvmm.OsProfileArgs{
AdminPassword: pulumi.String("string"),
ComputerName: pulumi.String("string"),
},
CheckpointType: pulumi.String("string"),
StorageProfile: &scvmm.StorageProfileArgs{
Disks: scvmm.VirtualDiskArray{
&scvmm.VirtualDiskArgs{
Bus: pulumi.Int(0),
BusType: pulumi.String("string"),
CreateDiffDisk: pulumi.String("string"),
DiskId: pulumi.String("string"),
DiskSizeGB: pulumi.Int(0),
Lun: pulumi.Int(0),
Name: pulumi.String("string"),
StorageQoSPolicy: &scvmm.StorageQoSPolicyDetailsArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
},
TemplateDiskId: pulumi.String("string"),
VhdType: pulumi.String("string"),
},
},
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
TemplateId: pulumi.String("string"),
Uuid: pulumi.String("string"),
VirtualMachineName: pulumi.String("string"),
VmName: pulumi.String("string"),
VmmServerId: pulumi.String("string"),
})
var examplevirtualMachineResourceResourceFromScvmm = new VirtualMachine("examplevirtualMachineResourceResourceFromScvmm", VirtualMachineArgs.builder()
.extendedLocation(ExtendedLocationArgs.builder()
.name("string")
.type("string")
.build())
.resourceGroupName("string")
.location("string")
.networkProfile(NetworkProfileArgs.builder()
.networkInterfaces(NetworkInterfacesArgs.builder()
.ipv4AddressType("string")
.ipv6AddressType("string")
.macAddress("string")
.macAddressType("string")
.name("string")
.nicId("string")
.virtualNetworkId("string")
.build())
.build())
.checkpoints(CheckpointArgs.builder()
.checkpointID("string")
.description("string")
.name("string")
.parentCheckpointID("string")
.build())
.generation(0)
.guestAgentProfile(GuestAgentProfileArgs.builder()
.clientPublicKey("string")
.build())
.hardwareProfile(HardwareProfileArgs.builder()
.cpuCount(0)
.dynamicMemoryEnabled("string")
.dynamicMemoryMaxMB(0)
.dynamicMemoryMinMB(0)
.isHighlyAvailable("string")
.limitCpuForMigration("string")
.memoryMB(0)
.build())
.identity(IdentityArgs.builder()
.type("string")
.build())
.inventoryItemId("string")
.availabilitySets(VirtualMachinePropertiesAvailabilitySetsArgs.builder()
.id("string")
.name("string")
.build())
.cloudId("string")
.osProfile(OsProfileArgs.builder()
.adminPassword("string")
.computerName("string")
.build())
.checkpointType("string")
.storageProfile(StorageProfileArgs.builder()
.disks(VirtualDiskArgs.builder()
.bus(0)
.busType("string")
.createDiffDisk("string")
.diskId("string")
.diskSizeGB(0)
.lun(0)
.name("string")
.storageQoSPolicy(StorageQoSPolicyDetailsArgs.builder()
.id("string")
.name("string")
.build())
.templateDiskId("string")
.vhdType("string")
.build())
.build())
.tags(Map.of("string", "string"))
.templateId("string")
.uuid("string")
.virtualMachineName("string")
.vmName("string")
.vmmServerId("string")
.build());
examplevirtual_machine_resource_resource_from_scvmm = azure_native.scvmm.VirtualMachine("examplevirtualMachineResourceResourceFromScvmm",
extended_location={
"name": "string",
"type": "string",
},
resource_group_name="string",
location="string",
network_profile={
"network_interfaces": [{
"ipv4_address_type": "string",
"ipv6_address_type": "string",
"mac_address": "string",
"mac_address_type": "string",
"name": "string",
"nic_id": "string",
"virtual_network_id": "string",
}],
},
checkpoints=[{
"checkpoint_id": "string",
"description": "string",
"name": "string",
"parent_checkpoint_id": "string",
}],
generation=0,
guest_agent_profile={
"client_public_key": "string",
},
hardware_profile={
"cpu_count": 0,
"dynamic_memory_enabled": "string",
"dynamic_memory_max_mb": 0,
"dynamic_memory_min_mb": 0,
"is_highly_available": "string",
"limit_cpu_for_migration": "string",
"memory_mb": 0,
},
identity={
"type": "string",
},
inventory_item_id="string",
availability_sets=[{
"id": "string",
"name": "string",
}],
cloud_id="string",
os_profile={
"admin_password": "string",
"computer_name": "string",
},
checkpoint_type="string",
storage_profile={
"disks": [{
"bus": 0,
"bus_type": "string",
"create_diff_disk": "string",
"disk_id": "string",
"disk_size_gb": 0,
"lun": 0,
"name": "string",
"storage_qo_s_policy": {
"id": "string",
"name": "string",
},
"template_disk_id": "string",
"vhd_type": "string",
}],
},
tags={
"string": "string",
},
template_id="string",
uuid="string",
virtual_machine_name="string",
vm_name="string",
vmm_server_id="string")
const examplevirtualMachineResourceResourceFromScvmm = new azure_native.scvmm.VirtualMachine("examplevirtualMachineResourceResourceFromScvmm", {
extendedLocation: {
name: "string",
type: "string",
},
resourceGroupName: "string",
location: "string",
networkProfile: {
networkInterfaces: [{
ipv4AddressType: "string",
ipv6AddressType: "string",
macAddress: "string",
macAddressType: "string",
name: "string",
nicId: "string",
virtualNetworkId: "string",
}],
},
checkpoints: [{
checkpointID: "string",
description: "string",
name: "string",
parentCheckpointID: "string",
}],
generation: 0,
guestAgentProfile: {
clientPublicKey: "string",
},
hardwareProfile: {
cpuCount: 0,
dynamicMemoryEnabled: "string",
dynamicMemoryMaxMB: 0,
dynamicMemoryMinMB: 0,
isHighlyAvailable: "string",
limitCpuForMigration: "string",
memoryMB: 0,
},
identity: {
type: "string",
},
inventoryItemId: "string",
availabilitySets: [{
id: "string",
name: "string",
}],
cloudId: "string",
osProfile: {
adminPassword: "string",
computerName: "string",
},
checkpointType: "string",
storageProfile: {
disks: [{
bus: 0,
busType: "string",
createDiffDisk: "string",
diskId: "string",
diskSizeGB: 0,
lun: 0,
name: "string",
storageQoSPolicy: {
id: "string",
name: "string",
},
templateDiskId: "string",
vhdType: "string",
}],
},
tags: {
string: "string",
},
templateId: "string",
uuid: "string",
virtualMachineName: "string",
vmName: "string",
vmmServerId: "string",
});
type: azure-native:scvmm:VirtualMachine
properties:
availabilitySets:
- id: string
name: string
checkpointType: string
checkpoints:
- checkpointID: string
description: string
name: string
parentCheckpointID: string
cloudId: string
extendedLocation:
name: string
type: string
generation: 0
guestAgentProfile:
clientPublicKey: string
hardwareProfile:
cpuCount: 0
dynamicMemoryEnabled: string
dynamicMemoryMaxMB: 0
dynamicMemoryMinMB: 0
isHighlyAvailable: string
limitCpuForMigration: string
memoryMB: 0
identity:
type: string
inventoryItemId: string
location: string
networkProfile:
networkInterfaces:
- ipv4AddressType: string
ipv6AddressType: string
macAddress: string
macAddressType: string
name: string
nicId: string
virtualNetworkId: string
osProfile:
adminPassword: string
computerName: string
resourceGroupName: string
storageProfile:
disks:
- bus: 0
busType: string
createDiffDisk: string
diskId: string
diskSizeGB: 0
lun: 0
name: string
storageQoSPolicy:
id: string
name: string
templateDiskId: string
vhdType: string
tags:
string: string
templateId: string
uuid: string
virtualMachineName: string
vmName: string
vmmServerId: string
VirtualMachine 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 VirtualMachine resource accepts the following input properties:
- Extended
Location This property is required. Pulumi.Azure Native. Sc Vmm. Inputs. Extended Location - The extended location.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Availability
Sets List<Pulumi.Azure Native. Sc Vmm. Inputs. Virtual Machine Properties Availability Sets> - Availability Sets in vm.
- Checkpoint
Type string - Type of checkpoint supported for the vm.
- Checkpoints
List<Pulumi.
Azure Native. Sc Vmm. Inputs. Checkpoint> - Checkpoints in the vm.
- Cloud
Id string - ARM Id of the cloud resource to use for deploying the vm.
- Generation int
- Gets or sets the generation for the vm.
- Guest
Agent Pulumi.Profile Azure Native. Sc Vmm. Inputs. Guest Agent Profile - Guest agent status properties.
- Hardware
Profile Pulumi.Azure Native. Sc Vmm. Inputs. Hardware Profile - Hardware properties.
- Identity
Pulumi.
Azure Native. Sc Vmm. Inputs. Identity - The identity of the resource.
- Inventory
Item stringId - Gets or sets the inventory Item ID for the resource.
- Location
Changes to this property will trigger replacement.
- Gets or sets the location.
- Network
Profile Pulumi.Azure Native. Sc Vmm. Inputs. Network Profile - Network properties.
- Os
Profile Pulumi.Azure Native. Sc Vmm. Inputs. Os Profile - OS properties.
- Storage
Profile Pulumi.Azure Native. Sc Vmm. Inputs. Storage Profile - Storage properties.
- Dictionary<string, string>
- Resource tags
- Template
Id string - ARM Id of the template resource to use for deploying the vm.
- Uuid string
- Unique ID of the virtual machine.
- Virtual
Machine Name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- Vm
Name string - VMName is the name of VM on the SCVMM server.
- Vmm
Server stringId - ARM Id of the vmmServer resource in which this resource resides.
- Extended
Location This property is required. ExtendedLocation Args - The extended location.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Availability
Sets []VirtualMachine Properties Availability Sets Args - Availability Sets in vm.
- Checkpoint
Type string - Type of checkpoint supported for the vm.
- Checkpoints
[]Checkpoint
Args - Checkpoints in the vm.
- Cloud
Id string - ARM Id of the cloud resource to use for deploying the vm.
- Generation int
- Gets or sets the generation for the vm.
- Guest
Agent GuestProfile Agent Profile Args - Guest agent status properties.
- Hardware
Profile HardwareProfile Args - Hardware properties.
- Identity
Identity
Args - The identity of the resource.
- Inventory
Item stringId - Gets or sets the inventory Item ID for the resource.
- Location
Changes to this property will trigger replacement.
- Gets or sets the location.
- Network
Profile NetworkProfile Args - Network properties.
- Os
Profile OsProfile Args - OS properties.
- Storage
Profile StorageProfile Args - Storage properties.
- map[string]string
- Resource tags
- Template
Id string - ARM Id of the template resource to use for deploying the vm.
- Uuid string
- Unique ID of the virtual machine.
- Virtual
Machine Name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- Vm
Name string - VMName is the name of VM on the SCVMM server.
- Vmm
Server stringId - ARM Id of the vmmServer resource in which this resource resides.
- extended
Location This property is required. ExtendedLocation - The extended location.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- availability
Sets List<VirtualMachine Properties Availability Sets> - Availability Sets in vm.
- checkpoint
Type String - Type of checkpoint supported for the vm.
- checkpoints List<Checkpoint>
- Checkpoints in the vm.
- cloud
Id String - ARM Id of the cloud resource to use for deploying the vm.
- generation Integer
- Gets or sets the generation for the vm.
- guest
Agent GuestProfile Agent Profile - Guest agent status properties.
- hardware
Profile HardwareProfile - Hardware properties.
- identity Identity
- The identity of the resource.
- inventory
Item StringId - Gets or sets the inventory Item ID for the resource.
- location
Changes to this property will trigger replacement.
- Gets or sets the location.
- network
Profile NetworkProfile - Network properties.
- os
Profile OsProfile - OS properties.
- storage
Profile StorageProfile - Storage properties.
- Map<String,String>
- Resource tags
- template
Id String - ARM Id of the template resource to use for deploying the vm.
- uuid String
- Unique ID of the virtual machine.
- virtual
Machine Name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- vm
Name String - VMName is the name of VM on the SCVMM server.
- vmm
Server StringId - ARM Id of the vmmServer resource in which this resource resides.
- extended
Location This property is required. ExtendedLocation - The extended location.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- availability
Sets VirtualMachine Properties Availability Sets[] - Availability Sets in vm.
- checkpoint
Type string - Type of checkpoint supported for the vm.
- checkpoints Checkpoint[]
- Checkpoints in the vm.
- cloud
Id string - ARM Id of the cloud resource to use for deploying the vm.
- generation number
- Gets or sets the generation for the vm.
- guest
Agent GuestProfile Agent Profile - Guest agent status properties.
- hardware
Profile HardwareProfile - Hardware properties.
- identity Identity
- The identity of the resource.
- inventory
Item stringId - Gets or sets the inventory Item ID for the resource.
- location
Changes to this property will trigger replacement.
- Gets or sets the location.
- network
Profile NetworkProfile - Network properties.
- os
Profile OsProfile - OS properties.
- storage
Profile StorageProfile - Storage properties.
- {[key: string]: string}
- Resource tags
- template
Id string - ARM Id of the template resource to use for deploying the vm.
- uuid string
- Unique ID of the virtual machine.
- virtual
Machine Name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- vm
Name string - VMName is the name of VM on the SCVMM server.
- vmm
Server stringId - ARM Id of the vmmServer resource in which this resource resides.
- extended_
location This property is required. ExtendedLocation Args - The extended location.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- availability_
sets Sequence[VirtualMachine Properties Availability Sets Args] - Availability Sets in vm.
- checkpoint_
type str - Type of checkpoint supported for the vm.
- checkpoints
Sequence[Checkpoint
Args] - Checkpoints in the vm.
- cloud_
id str - ARM Id of the cloud resource to use for deploying the vm.
- generation int
- Gets or sets the generation for the vm.
- guest_
agent_ Guestprofile Agent Profile Args - Guest agent status properties.
- hardware_
profile HardwareProfile Args - Hardware properties.
- identity
Identity
Args - The identity of the resource.
- inventory_
item_ strid - Gets or sets the inventory Item ID for the resource.
- location
Changes to this property will trigger replacement.
- Gets or sets the location.
- network_
profile NetworkProfile Args - Network properties.
- os_
profile OsProfile Args - OS properties.
- storage_
profile StorageProfile Args - Storage properties.
- Mapping[str, str]
- Resource tags
- template_
id str - ARM Id of the template resource to use for deploying the vm.
- uuid str
- Unique ID of the virtual machine.
- virtual_
machine_ name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- vm_
name str - VMName is the name of VM on the SCVMM server.
- vmm_
server_ strid - ARM Id of the vmmServer resource in which this resource resides.
- extended
Location This property is required. Property Map - The extended location.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- availability
Sets List<Property Map> - Availability Sets in vm.
- checkpoint
Type String - Type of checkpoint supported for the vm.
- checkpoints List<Property Map>
- Checkpoints in the vm.
- cloud
Id String - ARM Id of the cloud resource to use for deploying the vm.
- generation Number
- Gets or sets the generation for the vm.
- guest
Agent Property MapProfile - Guest agent status properties.
- hardware
Profile Property Map - Hardware properties.
- identity Property Map
- The identity of the resource.
- inventory
Item StringId - Gets or sets the inventory Item ID for the resource.
- location
Changes to this property will trigger replacement.
- Gets or sets the location.
- network
Profile Property Map - Network properties.
- os
Profile Property Map - OS properties.
- storage
Profile Property Map - Storage properties.
- Map<String>
- Resource tags
- template
Id String - ARM Id of the template resource to use for deploying the vm.
- uuid String
- Unique ID of the virtual machine.
- virtual
Machine Name Changes to this property will trigger replacement.
- Name of the VirtualMachine.
- vm
Name String - VMName is the name of VM on the SCVMM server.
- vmm
Server StringId - ARM Id of the vmmServer resource in which this resource resides.
Outputs
All input properties are implicitly available as output properties. Additionally, the VirtualMachine resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Restored Pulumi.VMCheckpoint Azure Native. Sc Vmm. Outputs. Checkpoint Response - Last restored checkpoint in the vm.
- Name string
- Resource Name
- Power
State string - Gets the power state of the virtual machine.
- Provisioning
State string - Gets or sets the provisioning state.
- System
Data Pulumi.Azure Native. Sc Vmm. Outputs. System Data Response - The system data.
- Type string
- Resource Type
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Restored CheckpointVMCheckpoint Response - Last restored checkpoint in the vm.
- Name string
- Resource Name
- Power
State string - Gets the power state of the virtual machine.
- Provisioning
State string - Gets or sets the provisioning state.
- System
Data SystemData Response - The system data.
- Type string
- Resource Type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Restored CheckpointVMCheckpoint Response - Last restored checkpoint in the vm.
- name String
- Resource Name
- power
State String - Gets the power state of the virtual machine.
- provisioning
State String - Gets or sets the provisioning state.
- system
Data SystemData Response - The system data.
- type String
- Resource Type
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Restored CheckpointVMCheckpoint Response - Last restored checkpoint in the vm.
- name string
- Resource Name
- power
State string - Gets the power state of the virtual machine.
- provisioning
State string - Gets or sets the provisioning state.
- system
Data SystemData Response - The system data.
- type string
- Resource Type
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
restored_ Checkpointvm_ checkpoint Response - Last restored checkpoint in the vm.
- name str
- Resource Name
- power_
state str - Gets the power state of the virtual machine.
- provisioning_
state str - Gets or sets the provisioning state.
- system_
data SystemData Response - The system data.
- type str
- Resource Type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Restored Property MapVMCheckpoint - Last restored checkpoint in the vm.
- name String
- Resource Name
- power
State String - Gets the power state of the virtual machine.
- provisioning
State String - Gets or sets the provisioning state.
- system
Data Property Map - The system data.
- type String
- Resource Type
Supporting Types
AllocationMethod, AllocationMethodArgs
- Dynamic
- Dynamic
- Static
- Static
- Allocation
Method Dynamic - Dynamic
- Allocation
Method Static - Static
- Dynamic
- Dynamic
- Static
- Static
- Dynamic
- Dynamic
- Static
- Static
- DYNAMIC
- Dynamic
- STATIC
- Static
- "Dynamic"
- Dynamic
- "Static"
- Static
Checkpoint, CheckpointArgs
- Checkpoint
ID string - Gets ID of the checkpoint.
- Description string
- Gets description of the checkpoint.
- Name string
- Gets name of the checkpoint.
- Parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- Checkpoint
ID string - Gets ID of the checkpoint.
- Description string
- Gets description of the checkpoint.
- Name string
- Gets name of the checkpoint.
- Parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- checkpoint
ID String - Gets ID of the checkpoint.
- description String
- Gets description of the checkpoint.
- name String
- Gets name of the checkpoint.
- parent
Checkpoint StringID - Gets ID of parent of the checkpoint.
- checkpoint
ID string - Gets ID of the checkpoint.
- description string
- Gets description of the checkpoint.
- name string
- Gets name of the checkpoint.
- parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- checkpoint_
id str - Gets ID of the checkpoint.
- description str
- Gets description of the checkpoint.
- name str
- Gets name of the checkpoint.
- parent_
checkpoint_ strid - Gets ID of parent of the checkpoint.
- checkpoint
ID String - Gets ID of the checkpoint.
- description String
- Gets description of the checkpoint.
- name String
- Gets name of the checkpoint.
- parent
Checkpoint StringID - Gets ID of parent of the checkpoint.
CheckpointResponse, CheckpointResponseArgs
- Checkpoint
ID string - Gets ID of the checkpoint.
- Description string
- Gets description of the checkpoint.
- Name string
- Gets name of the checkpoint.
- Parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- Checkpoint
ID string - Gets ID of the checkpoint.
- Description string
- Gets description of the checkpoint.
- Name string
- Gets name of the checkpoint.
- Parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- checkpoint
ID String - Gets ID of the checkpoint.
- description String
- Gets description of the checkpoint.
- name String
- Gets name of the checkpoint.
- parent
Checkpoint StringID - Gets ID of parent of the checkpoint.
- checkpoint
ID string - Gets ID of the checkpoint.
- description string
- Gets description of the checkpoint.
- name string
- Gets name of the checkpoint.
- parent
Checkpoint stringID - Gets ID of parent of the checkpoint.
- checkpoint_
id str - Gets ID of the checkpoint.
- description str
- Gets description of the checkpoint.
- name str
- Gets name of the checkpoint.
- parent_
checkpoint_ strid - Gets ID of parent of the checkpoint.
- checkpoint
ID String - Gets ID of the checkpoint.
- description String
- Gets description of the checkpoint.
- name String
- Gets name of the checkpoint.
- parent
Checkpoint StringID - Gets ID of parent of the checkpoint.
CreateDiffDisk, CreateDiffDiskArgs
- @False
- false
- @True
- true
- Create
Diff Disk False - false
- Create
Diff Disk True - true
- False_
- false
- True_
- true
- False
- false
- True
- true
- FALSE
- false
- TRUE
- true
- "false"
- false
- "true"
- true
DynamicMemoryEnabled, DynamicMemoryEnabledArgs
- @False
- false
- @True
- true
- Dynamic
Memory Enabled False - false
- Dynamic
Memory Enabled True - true
- False_
- false
- True_
- true
- False
- false
- True
- true
- FALSE
- false
- TRUE
- true
- "false"
- false
- "true"
- true
ErrorAdditionalInfoResponse, ErrorAdditionalInfoResponseArgs
ErrorDetailResponse, ErrorDetailResponseArgs
- Additional
Info This property is required. List<Pulumi.Azure Native. Sc Vmm. Inputs. Error Additional Info Response> - The error additional info.
- Code
This property is required. string - The error code.
- Details
This property is required. List<Pulumi.Azure Native. Sc Vmm. Inputs. Error Detail Response> - The error details.
- Message
This property is required. string - The error message.
- Target
This property is required. string - The error target.
- Additional
Info This property is required. []ErrorAdditional Info Response - The error additional info.
- Code
This property is required. string - The error code.
- Details
This property is required. []ErrorDetail Response - The error details.
- Message
This property is required. string - The error message.
- Target
This property is required. string - The error target.
- additional
Info This property is required. List<ErrorAdditional Info Response> - The error additional info.
- code
This property is required. String - The error code.
- details
This property is required. List<ErrorDetail Response> - The error details.
- message
This property is required. String - The error message.
- target
This property is required. String - The error target.
- additional
Info This property is required. ErrorAdditional Info Response[] - The error additional info.
- code
This property is required. string - The error code.
- details
This property is required. ErrorDetail Response[] - The error details.
- message
This property is required. string - The error message.
- target
This property is required. string - The error target.
- additional_
info This property is required. Sequence[ErrorAdditional Info Response] - The error additional info.
- code
This property is required. str - The error code.
- details
This property is required. Sequence[ErrorDetail Response] - The error details.
- message
This property is required. str - The error message.
- target
This property is required. str - The error target.
- additional
Info This property is required. List<Property Map> - The error additional info.
- code
This property is required. String - The error code.
- details
This property is required. List<Property Map> - The error details.
- message
This property is required. String - The error message.
- target
This property is required. String - The error target.
ExtendedLocation, ExtendedLocationArgs
ExtendedLocationResponse, ExtendedLocationResponseArgs
GuestAgentProfile, GuestAgentProfileArgs
- Client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- Client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- client
Public StringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- client_
public_ strkey - Gets or sets the Public Key provided by the client for enabling guest management.
- client
Public StringKey - Gets or sets the Public Key provided by the client for enabling guest management.
GuestAgentProfileResponse, GuestAgentProfileResponseArgs
- Agent
Version This property is required. string - The hybrid machine agent full version.
- Error
Details This property is required. List<Pulumi.Azure Native. Sc Vmm. Inputs. Error Detail Response> - Details about the error state.
- Last
Status Change This property is required. string - The time of the last status change.
- Status
This property is required. string - The status of the hybrid machine agent.
- Vm
Uuid This property is required. string - Specifies the VM's unique SMBIOS ID.
- Client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- Agent
Version This property is required. string - The hybrid machine agent full version.
- Error
Details This property is required. []ErrorDetail Response - Details about the error state.
- Last
Status Change This property is required. string - The time of the last status change.
- Status
This property is required. string - The status of the hybrid machine agent.
- Vm
Uuid This property is required. string - Specifies the VM's unique SMBIOS ID.
- Client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- agent
Version This property is required. String - The hybrid machine agent full version.
- error
Details This property is required. List<ErrorDetail Response> - Details about the error state.
- last
Status Change This property is required. String - The time of the last status change.
- status
This property is required. String - The status of the hybrid machine agent.
- vm
Uuid This property is required. String - Specifies the VM's unique SMBIOS ID.
- client
Public StringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- agent
Version This property is required. string - The hybrid machine agent full version.
- error
Details This property is required. ErrorDetail Response[] - Details about the error state.
- last
Status Change This property is required. string - The time of the last status change.
- status
This property is required. string - The status of the hybrid machine agent.
- vm
Uuid This property is required. string - Specifies the VM's unique SMBIOS ID.
- client
Public stringKey - Gets or sets the Public Key provided by the client for enabling guest management.
- agent_
version This property is required. str - The hybrid machine agent full version.
- error_
details This property is required. Sequence[ErrorDetail Response] - Details about the error state.
- last_
status_ change This property is required. str - The time of the last status change.
- status
This property is required. str - The status of the hybrid machine agent.
- vm_
uuid This property is required. str - Specifies the VM's unique SMBIOS ID.
- client_
public_ strkey - Gets or sets the Public Key provided by the client for enabling guest management.
- agent
Version This property is required. String - The hybrid machine agent full version.
- error
Details This property is required. List<Property Map> - Details about the error state.
- last
Status Change This property is required. String - The time of the last status change.
- status
This property is required. String - The status of the hybrid machine agent.
- vm
Uuid This property is required. String - Specifies the VM's unique SMBIOS ID.
- client
Public StringKey - Gets or sets the Public Key provided by the client for enabling guest management.
HardwareProfile, HardwareProfileArgs
- Cpu
Count int - Gets or sets the number of vCPUs for the vm.
- Dynamic
Memory string | Pulumi.Enabled Azure Native. Sc Vmm. Dynamic Memory Enabled - 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.
- Is
Highly stringAvailable - Gets highly available property.
- Limit
Cpu string | Pulumi.For Migration Azure Native. Sc Vmm. Limit Cpu For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Memory
MB int - MemoryMB is the size of a virtual machine's memory, in MB.
- Cpu
Count int - Gets or sets the number of vCPUs for the vm.
- Dynamic
Memory string | DynamicEnabled Memory Enabled - 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.
- Is
Highly stringAvailable - Gets highly available property.
- Limit
Cpu string | LimitFor Migration Cpu For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Memory
MB int - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count Integer - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory String | DynamicEnabled Memory Enabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory IntegerMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory IntegerMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly StringAvailable - Gets highly available property.
- limit
Cpu String | LimitFor Migration Cpu For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB Integer - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count number - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory string | DynamicEnabled Memory Enabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory numberMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory numberMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly stringAvailable - Gets highly available property.
- limit
Cpu string | LimitFor Migration Cpu For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB number - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu_
count int - Gets or sets the number of vCPUs for the vm.
- dynamic_
memory_ str | Dynamicenabled Memory Enabled - 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.
- is_
highly_ stravailable - Gets highly available property.
- limit_
cpu_ str | Limitfor_ migration Cpu For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory_
mb int - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count Number - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory String | "false" | "true"Enabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory NumberMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory NumberMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly StringAvailable - Gets highly available property.
- limit
Cpu String | "false" | "true"For Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB Number - MemoryMB is the size of a virtual machine's memory, in MB.
HardwareProfileResponse, HardwareProfileResponseArgs
- Cpu
Count int - Gets or sets the number of vCPUs for the vm.
- Dynamic
Memory stringEnabled - 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.
- Is
Highly stringAvailable - Gets highly available property.
- Limit
Cpu stringFor Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Memory
MB int - MemoryMB is the size of a virtual machine's memory, in MB.
- Cpu
Count int - Gets or sets the number of vCPUs for the vm.
- Dynamic
Memory stringEnabled - 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.
- Is
Highly stringAvailable - Gets highly available property.
- Limit
Cpu stringFor Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- Memory
MB int - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count Integer - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory StringEnabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory IntegerMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory IntegerMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly StringAvailable - Gets highly available property.
- limit
Cpu StringFor Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB Integer - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count number - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory stringEnabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory numberMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory numberMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly stringAvailable - Gets highly available property.
- limit
Cpu stringFor Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB number - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu_
count int - Gets or sets the number of vCPUs for the vm.
- 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.
- 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.
- memory_
mb int - MemoryMB is the size of a virtual machine's memory, in MB.
- cpu
Count Number - Gets or sets the number of vCPUs for the vm.
- dynamic
Memory StringEnabled - Gets or sets a value indicating whether to enable dynamic memory or not.
- dynamic
Memory NumberMax MB - Gets or sets the max dynamic memory for the vm.
- dynamic
Memory NumberMin MB - Gets or sets the min dynamic memory for the vm.
- is
Highly StringAvailable - Gets highly available property.
- limit
Cpu StringFor Migration - Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
- memory
MB Number - MemoryMB is the size of a virtual machine's memory, in MB.
Identity, IdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Sc Vmm. Identity Type - The type of managed service identity.
- Type
This property is required. string | IdentityType - The type of managed service identity.
- type
This property is required. String | IdentityType - The type of managed service identity.
- type
This property is required. string | IdentityType - The type of managed service identity.
- type
This property is required. str | IdentityType - The type of managed service identity.
- type
This property is required. String | "None" | "SystemAssigned" - The type of managed service identity.
IdentityResponse, IdentityResponseArgs
- Principal
Id This property is required. string - The principal id of managed service identity.
- Tenant
Id This property is required. string - The tenant of managed service identity.
- Type
This property is required. string - The type of managed service identity.
- Principal
Id This property is required. string - The principal id of managed service identity.
- Tenant
Id This property is required. string - The tenant of managed service identity.
- Type
This property is required. string - The type of managed service identity.
- principal
Id This property is required. String - The principal id of managed service identity.
- tenant
Id This property is required. String - The tenant of managed service identity.
- type
This property is required. String - The type of managed service identity.
- principal
Id This property is required. string - The principal id of managed service identity.
- tenant
Id This property is required. string - The tenant of managed service identity.
- type
This property is required. string - The type of managed service identity.
- principal_
id This property is required. str - The principal id of managed service identity.
- tenant_
id This property is required. str - The tenant of managed service identity.
- type
This property is required. str - The type of managed service identity.
- principal
Id This property is required. String - The principal id of managed service identity.
- tenant
Id This property is required. String - The tenant of managed service identity.
- type
This property is required. String - The type of managed service identity.
IdentityType, IdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- Identity
Type None - None
- Identity
Type System Assigned - SystemAssigned
- None
- None
- System
Assigned - SystemAssigned
- None
- None
- System
Assigned - SystemAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
LimitCpuForMigration, LimitCpuForMigrationArgs
- @False
- false
- @True
- true
- Limit
Cpu For Migration False - false
- Limit
Cpu For Migration True - true
- False_
- false
- True_
- true
- False
- false
- True
- true
- FALSE
- false
- TRUE
- true
- "false"
- false
- "true"
- true
NetworkInterfaces, NetworkInterfacesArgs
- Ipv4Address
Type string | Pulumi.Azure Native. Sc Vmm. Allocation Method - Gets or sets the ipv4 address type.
- Ipv6Address
Type string | Pulumi.Azure Native. Sc Vmm. Allocation Method - Gets or sets the ipv6 address type.
- Mac
Address string - Gets or sets the nic MAC address.
- Mac
Address string | Pulumi.Type Azure Native. Sc Vmm. Allocation Method - Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- Nic
Id string - Gets or sets the nic id.
- Virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- Ipv4Address
Type string | AllocationMethod - Gets or sets the ipv4 address type.
- Ipv6Address
Type string | AllocationMethod - Gets or sets the ipv6 address type.
- Mac
Address string - Gets or sets the nic MAC address.
- Mac
Address string | AllocationType Method - Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- Nic
Id string - Gets or sets the nic id.
- Virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- ipv4Address
Type String | AllocationMethod - Gets or sets the ipv4 address type.
- ipv6Address
Type String | AllocationMethod - Gets or sets the ipv6 address type.
- mac
Address String - Gets or sets the nic MAC address.
- mac
Address String | AllocationType Method - Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nic
Id String - Gets or sets the nic id.
- virtual
Network StringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- ipv4Address
Type string | AllocationMethod - Gets or sets the ipv4 address type.
- ipv6Address
Type string | AllocationMethod - Gets or sets the ipv6 address type.
- mac
Address string - Gets or sets the nic MAC address.
- mac
Address string | AllocationType Method - Gets or sets the mac address type.
- name string
- Gets or sets the name of the network interface.
- nic
Id string - Gets or sets the nic id.
- virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- ipv4_
address_ str | Allocationtype Method - Gets or sets the ipv4 address type.
- ipv6_
address_ str | Allocationtype Method - Gets or sets the ipv6 address type.
- mac_
address str - Gets or sets the nic MAC address.
- mac_
address_ str | Allocationtype Method - 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.
- ipv4Address
Type String | "Dynamic" | "Static" - Gets or sets the ipv4 address type.
- ipv6Address
Type String | "Dynamic" | "Static" - Gets or sets the ipv6 address type.
- mac
Address String - Gets or sets the nic MAC address.
- mac
Address String | "Dynamic" | "Static"Type - Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nic
Id String - Gets or sets the nic id.
- virtual
Network StringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
NetworkInterfacesResponse, NetworkInterfacesResponseArgs
- Display
Name This property is required. 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
This property is required. List<string> - Gets or sets the nic ipv4 addresses.
- Ipv6Addresses
This property is required. List<string> - Gets or sets the nic ipv6 addresses.
- Network
Name This property is required. string - Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- Ipv4Address
Type string - Gets or sets the ipv4 address type.
- Ipv6Address
Type string - Gets or sets the ipv6 address type.
- Mac
Address string - Gets or sets the nic MAC address.
- Mac
Address stringType - Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- Nic
Id string - Gets or sets the nic id.
- Virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- Display
Name This property is required. 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
This property is required. []string - Gets or sets the nic ipv4 addresses.
- Ipv6Addresses
This property is required. []string - Gets or sets the nic ipv6 addresses.
- Network
Name This property is required. string - Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- Ipv4Address
Type string - Gets or sets the ipv4 address type.
- Ipv6Address
Type string - Gets or sets the ipv6 address type.
- Mac
Address string - Gets or sets the nic MAC address.
- Mac
Address stringType - Gets or sets the mac address type.
- Name string
- Gets or sets the name of the network interface.
- Nic
Id string - Gets or sets the nic id.
- Virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- display
Name This property is required. 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
This property is required. List<String> - Gets or sets the nic ipv4 addresses.
- ipv6Addresses
This property is required. List<String> - Gets or sets the nic ipv6 addresses.
- network
Name This property is required. String - Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4Address
Type String - Gets or sets the ipv4 address type.
- ipv6Address
Type String - Gets or sets the ipv6 address type.
- mac
Address String - Gets or sets the nic MAC address.
- mac
Address StringType - Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nic
Id String - Gets or sets the nic id.
- virtual
Network StringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- display
Name This property is required. 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
This property is required. string[] - Gets or sets the nic ipv4 addresses.
- ipv6Addresses
This property is required. string[] - Gets or sets the nic ipv6 addresses.
- network
Name This property is required. string - Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4Address
Type string - Gets or sets the ipv4 address type.
- ipv6Address
Type string - Gets or sets the ipv6 address type.
- mac
Address string - Gets or sets the nic MAC address.
- mac
Address stringType - Gets or sets the mac address type.
- name string
- Gets or sets the name of the network interface.
- nic
Id string - Gets or sets the nic id.
- virtual
Network stringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
- display_
name This property is required. 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 This property is required. Sequence[str] - Gets or sets the nic ipv4 addresses.
- ipv6_
addresses This property is required. Sequence[str] - Gets or sets the nic ipv6 addresses.
- network_
name This property is required. 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.
- display
Name This property is required. 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
This property is required. List<String> - Gets or sets the nic ipv4 addresses.
- ipv6Addresses
This property is required. List<String> - Gets or sets the nic ipv6 addresses.
- network
Name This property is required. String - Gets or sets the name of the virtual network in vmmServer that the nic is connected to.
- ipv4Address
Type String - Gets or sets the ipv4 address type.
- ipv6Address
Type String - Gets or sets the ipv6 address type.
- mac
Address String - Gets or sets the nic MAC address.
- mac
Address StringType - Gets or sets the mac address type.
- name String
- Gets or sets the name of the network interface.
- nic
Id String - Gets or sets the nic id.
- virtual
Network StringId - Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
NetworkProfile, NetworkProfileArgs
- Network
Interfaces List<Pulumi.Azure Native. Sc Vmm. Inputs. Network Interfaces> - Gets or sets the list of network interfaces associated with the virtual machine.
- Network
Interfaces []NetworkInterfaces - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces List<NetworkInterfaces> - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces NetworkInterfaces[] - Gets or sets the list of network interfaces associated with the virtual machine.
- network_
interfaces Sequence[NetworkInterfaces] - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces List<Property Map> - Gets or sets the list of network interfaces associated with the virtual machine.
NetworkProfileResponse, NetworkProfileResponseArgs
- Network
Interfaces List<Pulumi.Azure Native. Sc Vmm. Inputs. Network Interfaces Response> - Gets or sets the list of network interfaces associated with the virtual machine.
- Network
Interfaces []NetworkInterfaces Response - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces List<NetworkInterfaces Response> - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces NetworkInterfaces Response[] - Gets or sets the list of network interfaces associated with the virtual machine.
- network_
interfaces Sequence[NetworkInterfaces Response] - Gets or sets the list of network interfaces associated with the virtual machine.
- network
Interfaces List<Property Map> - Gets or sets the list of network interfaces associated with the virtual machine.
OsProfile, OsProfileArgs
- Admin
Password string - Admin password of the virtual machine.
- Computer
Name string - Gets or sets computer name.
- Admin
Password string - Admin password of the virtual machine.
- Computer
Name string - Gets or sets computer name.
- admin
Password String - Admin password of the virtual machine.
- computer
Name String - Gets or sets computer name.
- admin
Password string - Admin password of the virtual machine.
- computer
Name string - Gets or sets computer name.
- admin_
password str - Admin password of the virtual machine.
- computer_
name str - Gets or sets computer name.
- admin
Password String - Admin password of the virtual machine.
- computer
Name String - Gets or sets computer name.
OsProfileResponse, OsProfileResponseArgs
- Os
Name This property is required. string - Gets or sets os name.
- Os
Type This property is required. string - Gets or sets the type of the os.
- Computer
Name string - Gets or sets computer name.
- Os
Name This property is required. string - Gets or sets os name.
- Os
Type This property is required. string - Gets or sets the type of the os.
- Computer
Name string - Gets or sets computer name.
- os
Name This property is required. String - Gets or sets os name.
- os
Type This property is required. String - Gets or sets the type of the os.
- computer
Name String - Gets or sets computer name.
- os
Name This property is required. string - Gets or sets os name.
- os
Type This property is required. string - Gets or sets the type of the os.
- computer
Name string - Gets or sets computer name.
- os_
name This property is required. str - Gets or sets os name.
- os_
type This property is required. str - Gets or sets the type of the os.
- computer_
name str - Gets or sets computer name.
- os
Name This property is required. String - Gets or sets os name.
- os
Type This property is required. String - Gets or sets the type of the os.
- computer
Name String - Gets or sets computer name.
StorageProfile, StorageProfileArgs
- Disks
List<Pulumi.
Azure Native. Sc Vmm. Inputs. Virtual Disk> - Gets or sets the list of virtual disks associated with the virtual machine.
- Disks
[]Virtual
Disk - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
List<Virtual
Disk> - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
Virtual
Disk[] - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
Sequence[Virtual
Disk] - Gets or sets the list of virtual disks associated with the virtual machine.
- disks List<Property Map>
- Gets or sets the list of virtual disks associated with the virtual machine.
StorageProfileResponse, StorageProfileResponseArgs
- Disks
List<Pulumi.
Azure Native. Sc Vmm. Inputs. Virtual Disk Response> - Gets or sets the list of virtual disks associated with the virtual machine.
- Disks
[]Virtual
Disk Response - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
List<Virtual
Disk Response> - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
Virtual
Disk Response[] - Gets or sets the list of virtual disks associated with the virtual machine.
- disks
Sequence[Virtual
Disk Response] - Gets or sets the list of virtual disks associated with the virtual machine.
- disks List<Property Map>
- Gets or sets the list of virtual disks associated with the virtual machine.
StorageQoSPolicyDetails, StorageQoSPolicyDetailsArgs
StorageQoSPolicyDetailsResponse, StorageQoSPolicyDetailsResponseArgs
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
VirtualDisk, VirtualDiskArgs
- Bus int
- Gets or sets the disk bus.
- Bus
Type string - Gets or sets the disk bus type.
- Create
Diff string | Pulumi.Disk Azure Native. Sc Vmm. Create Diff Disk - Gets or sets a value indicating diff disk.
- Disk
Id string - 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 string
- Gets or sets the name of the disk.
- Storage
Qo Pulumi.SPolicy Azure Native. Sc Vmm. Inputs. Storage Qo SPolicy Details - The QoS policy for the disk.
- Template
Disk stringId - Gets or sets the disk id in the template.
- Vhd
Type string - Gets or sets the disk vhd type.
- Bus int
- Gets or sets the disk bus.
- Bus
Type string - Gets or sets the disk bus type.
- Create
Diff string | CreateDisk Diff Disk - Gets or sets a value indicating diff disk.
- Disk
Id string - 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 string
- Gets or sets the name of the disk.
- Storage
Qo StorageSPolicy Qo SPolicy Details - The QoS policy for the disk.
- Template
Disk stringId - Gets or sets the disk id in the template.
- Vhd
Type string - Gets or sets the disk vhd type.
- bus Integer
- Gets or sets the disk bus.
- bus
Type String - Gets or sets the disk bus type.
- create
Diff String | CreateDisk Diff Disk - Gets or sets a value indicating diff disk.
- disk
Id String - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo StorageSPolicy Qo SPolicy Details - The QoS policy for the disk.
- template
Disk StringId - Gets or sets the disk id in the template.
- vhd
Type String - Gets or sets the disk vhd type.
- bus number
- Gets or sets the disk bus.
- bus
Type string - Gets or sets the disk bus type.
- create
Diff string | CreateDisk Diff Disk - Gets or sets a value indicating diff disk.
- disk
Id string - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo StorageSPolicy Qo SPolicy Details - The QoS policy for the disk.
- template
Disk stringId - Gets or sets the disk id in the template.
- vhd
Type string - Gets or sets the disk vhd type.
- bus int
- Gets or sets the disk bus.
- bus_
type str - Gets or sets the disk bus type.
- create_
diff_ str | Createdisk Diff Disk - 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 - 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.
- bus Number
- Gets or sets the disk bus.
- bus
Type String - Gets or sets the disk bus type.
- create
Diff String | "false" | "true"Disk - Gets or sets a value indicating diff disk.
- disk
Id String - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo Property MapSPolicy - The QoS policy for the disk.
- template
Disk StringId - Gets or sets the disk id in the template.
- vhd
Type String - Gets or sets the disk vhd type.
VirtualDiskResponse, VirtualDiskResponseArgs
- Display
Name This property is required. 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.
- Max
Disk Size GB This property is required. int - Gets or sets the max disk size.
- Vhd
Format Type This property is required. string - Gets the disk vhd format type.
- Volume
Type This property is required. string - Gets or sets the disk volume type.
- Bus int
- Gets or sets the disk bus.
- Bus
Type string - Gets or sets the disk bus type.
- Create
Diff stringDisk - Gets or sets a value indicating diff disk.
- Disk
Id string - 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 string
- Gets or sets the name of the disk.
- Storage
Qo Pulumi.SPolicy Azure Native. Sc Vmm. Inputs. Storage Qo SPolicy Details Response - The QoS policy for the disk.
- Template
Disk stringId - Gets or sets the disk id in the template.
- Vhd
Type string - Gets or sets the disk vhd type.
- Display
Name This property is required. 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.
- Max
Disk Size GB This property is required. int - Gets or sets the max disk size.
- Vhd
Format Type This property is required. string - Gets the disk vhd format type.
- Volume
Type This property is required. string - Gets or sets the disk volume type.
- Bus int
- Gets or sets the disk bus.
- Bus
Type string - Gets or sets the disk bus type.
- Create
Diff stringDisk - Gets or sets a value indicating diff disk.
- Disk
Id string - 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 string
- Gets or sets the name of the disk.
- Storage
Qo StorageSPolicy Qo SPolicy Details Response - The QoS policy for the disk.
- Template
Disk stringId - Gets or sets the disk id in the template.
- Vhd
Type string - Gets or sets the disk vhd type.
- display
Name This property is required. 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.
- max
Disk Size GB This property is required. Integer - Gets or sets the max disk size.
- vhd
Format Type This property is required. String - Gets the disk vhd format type.
- volume
Type This property is required. String - Gets or sets the disk volume type.
- bus Integer
- Gets or sets the disk bus.
- bus
Type String - Gets or sets the disk bus type.
- create
Diff StringDisk - Gets or sets a value indicating diff disk.
- disk
Id String - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo StorageSPolicy Qo SPolicy Details Response - The QoS policy for the disk.
- template
Disk StringId - Gets or sets the disk id in the template.
- vhd
Type String - Gets or sets the disk vhd type.
- display
Name This property is required. 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.
- max
Disk Size GB This property is required. number - Gets or sets the max disk size.
- vhd
Format Type This property is required. string - Gets the disk vhd format type.
- volume
Type This property is required. string - Gets or sets the disk volume type.
- bus number
- Gets or sets the disk bus.
- bus
Type string - Gets or sets the disk bus type.
- create
Diff stringDisk - Gets or sets a value indicating diff disk.
- disk
Id string - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo StorageSPolicy Qo SPolicy Details Response - The QoS policy for the disk.
- template
Disk stringId - Gets or sets the disk id in the template.
- vhd
Type string - Gets or sets the disk vhd type.
- display_
name This property is required. 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_ size_ gb This property is required. int - Gets or sets the max disk size.
- vhd_
format_ type This property is required. str - Gets the disk vhd format type.
- volume_
type This property is required. 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.
- display
Name This property is required. 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.
- max
Disk Size GB This property is required. Number - Gets or sets the max disk size.
- vhd
Format Type This property is required. String - Gets the disk vhd format type.
- volume
Type This property is required. String - Gets or sets the disk volume type.
- bus Number
- Gets or sets the disk bus.
- bus
Type String - Gets or sets the disk bus type.
- create
Diff StringDisk - Gets or sets a value indicating diff disk.
- disk
Id String - Gets or sets the disk id.
- disk
Size 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.
- storage
Qo Property MapSPolicy - The QoS policy for the disk.
- template
Disk StringId - Gets or sets the disk id in the template.
- vhd
Type String - Gets or sets the disk vhd type.
VirtualMachinePropertiesAvailabilitySets, VirtualMachinePropertiesAvailabilitySetsArgs
VirtualMachinePropertiesResponseAvailabilitySets, VirtualMachinePropertiesResponseAvailabilitySetsArgs
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:scvmm:VirtualMachine DemoVM /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachines/{virtualMachineName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0