| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | using System.Collections.Generic; |
| | 9 | |
|
| | 10 | | namespace Azure.ResourceManager.Compute.Models |
| | 11 | | { |
| | 12 | | /// <summary> Describes a Virtual Machine Update. </summary> |
| | 13 | | public partial class VirtualMachineUpdate : UpdateResource |
| | 14 | | { |
| | 15 | | /// <summary> Initializes a new instance of VirtualMachineUpdate. </summary> |
| 4 | 16 | | public VirtualMachineUpdate() |
| | 17 | | { |
| 4 | 18 | | } |
| | 19 | |
|
| | 20 | | /// <summary> Initializes a new instance of VirtualMachineUpdate. </summary> |
| | 21 | | /// <param name="tags"> Resource tags. </param> |
| | 22 | | /// <param name="plan"> Specifies information about the marketplace image used to create the virtual machine. Th |
| | 23 | | /// <param name="identity"> The identity of the virtual machine, if configured. </param> |
| | 24 | | /// <param name="zones"> The virtual machine zones. </param> |
| | 25 | | /// <param name="hardwareProfile"> Specifies the hardware settings for the virtual machine. </param> |
| | 26 | | /// <param name="storageProfile"> Specifies the storage settings for the virtual machine disks. </param> |
| | 27 | | /// <param name="additionalCapabilities"> Specifies additional capabilities enabled or disabled on the virtual m |
| | 28 | | /// <param name="osProfile"> Specifies the operating system settings used while creating the virtual machine. So |
| | 29 | | /// <param name="networkProfile"> Specifies the network interfaces of the virtual machine. </param> |
| | 30 | | /// <param name="diagnosticsProfile"> Specifies the boot diagnostic settings state. <br><br>Minimum |
| | 31 | | /// <param name="availabilitySet"> Specifies information about the availability set that the virtual machine sho |
| | 32 | | /// <param name="virtualMachineScaleSet"> Specifies information about the virtual machine scale set that the vir |
| | 33 | | /// <param name="proximityPlacementGroup"> Specifies information about the proximity placement group that the vi |
| | 34 | | /// <param name="priority"> Specifies the priority for the virtual machine. <br><br>Minimum api-vers |
| | 35 | | /// <param name="evictionPolicy"> Specifies the eviction policy for the Azure Spot virtual machine and Azure Spo |
| | 36 | | /// <param name="billingProfile"> Specifies the billing related details of a Azure Spot virtual machine. <br& |
| | 37 | | /// <param name="host"> Specifies information about the dedicated host that the virtual machine resides in. < |
| | 38 | | /// <param name="provisioningState"> The provisioning state, which only appears in the response. </param> |
| | 39 | | /// <param name="instanceView"> The virtual machine instance view. </param> |
| | 40 | | /// <param name="licenseType"> Specifies that the image or disk that is being used was licensed on-premises. Thi |
| | 41 | | /// <param name="vmId"> Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in |
| 0 | 42 | | internal VirtualMachineUpdate(IDictionary<string, string> tags, Plan plan, VirtualMachineIdentity identity, ILis |
| | 43 | | { |
| 0 | 44 | | Plan = plan; |
| 0 | 45 | | Identity = identity; |
| 0 | 46 | | Zones = zones; |
| 0 | 47 | | HardwareProfile = hardwareProfile; |
| 0 | 48 | | StorageProfile = storageProfile; |
| 0 | 49 | | AdditionalCapabilities = additionalCapabilities; |
| 0 | 50 | | OsProfile = osProfile; |
| 0 | 51 | | NetworkProfile = networkProfile; |
| 0 | 52 | | DiagnosticsProfile = diagnosticsProfile; |
| 0 | 53 | | AvailabilitySet = availabilitySet; |
| 0 | 54 | | VirtualMachineScaleSet = virtualMachineScaleSet; |
| 0 | 55 | | ProximityPlacementGroup = proximityPlacementGroup; |
| 0 | 56 | | Priority = priority; |
| 0 | 57 | | EvictionPolicy = evictionPolicy; |
| 0 | 58 | | BillingProfile = billingProfile; |
| 0 | 59 | | Host = host; |
| 0 | 60 | | ProvisioningState = provisioningState; |
| 0 | 61 | | InstanceView = instanceView; |
| 0 | 62 | | LicenseType = licenseType; |
| 0 | 63 | | VmId = vmId; |
| 0 | 64 | | } |
| | 65 | |
|
| | 66 | | /// <summary> Specifies information about the marketplace image used to create the virtual machine. This element |
| 0 | 67 | | public Plan Plan { get; set; } |
| | 68 | | /// <summary> The identity of the virtual machine, if configured. </summary> |
| 0 | 69 | | public VirtualMachineIdentity Identity { get; set; } |
| | 70 | | /// <summary> The virtual machine zones. </summary> |
| 0 | 71 | | public IList<string> Zones { get; set; } |
| | 72 | | /// <summary> Specifies the hardware settings for the virtual machine. </summary> |
| 0 | 73 | | public HardwareProfile HardwareProfile { get; set; } |
| | 74 | | /// <summary> Specifies the storage settings for the virtual machine disks. </summary> |
| 0 | 75 | | public StorageProfile StorageProfile { get; set; } |
| | 76 | | /// <summary> Specifies additional capabilities enabled or disabled on the virtual machine. </summary> |
| 0 | 77 | | public AdditionalCapabilities AdditionalCapabilities { get; set; } |
| | 78 | | /// <summary> Specifies the operating system settings used while creating the virtual machine. Some of the setti |
| 0 | 79 | | public OSProfile OsProfile { get; set; } |
| | 80 | | /// <summary> Specifies the network interfaces of the virtual machine. </summary> |
| 0 | 81 | | public NetworkProfile NetworkProfile { get; set; } |
| | 82 | | /// <summary> Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15. |
| 0 | 83 | | public DiagnosticsProfile DiagnosticsProfile { get; set; } |
| | 84 | | /// <summary> Specifies information about the availability set that the virtual machine should be assigned to. V |
| 0 | 85 | | public SubResource AvailabilitySet { get; set; } |
| | 86 | | /// <summary> Specifies information about the virtual machine scale set that the virtual machine should be assig |
| 0 | 87 | | public SubResource VirtualMachineScaleSet { get; set; } |
| | 88 | | /// <summary> Specifies information about the proximity placement group that the virtual machine should be assig |
| 0 | 89 | | public SubResource ProximityPlacementGroup { get; set; } |
| | 90 | | /// <summary> Specifies the priority for the virtual machine. <br><br>Minimum api-version: 2019-03-0 |
| 0 | 91 | | public VirtualMachinePriorityTypes? Priority { get; set; } |
| | 92 | | /// <summary> Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br& |
| 0 | 93 | | public VirtualMachineEvictionPolicyTypes? EvictionPolicy { get; set; } |
| | 94 | | /// <summary> Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum |
| 0 | 95 | | public BillingProfile BillingProfile { get; set; } |
| | 96 | | /// <summary> Specifies information about the dedicated host that the virtual machine resides in. <br>< |
| 0 | 97 | | public SubResource Host { get; set; } |
| | 98 | | /// <summary> The provisioning state, which only appears in the response. </summary> |
| 8 | 99 | | public string ProvisioningState { get; } |
| | 100 | | /// <summary> The virtual machine instance view. </summary> |
| 8 | 101 | | public VirtualMachineInstanceView InstanceView { get; } |
| | 102 | | /// <summary> Specifies that the image or disk that is being used was licensed on-premises. This element is only |
| 0 | 103 | | public string LicenseType { get; set; } |
| | 104 | | /// <summary> Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure |
| 8 | 105 | | public string VmId { get; } |
| | 106 | | } |
| | 107 | | } |