VirtualMachineImageResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual machine image resource information.
public class VirtualMachineImageResource : Microsoft.Azure.Management.Compute.Models.SubResource
type VirtualMachineImageResource = class
inherit SubResource
Public Class VirtualMachineImageResource
Inherits SubResource
- Inheritance
- Derived
Constructors
VirtualMachineImageResource() |
Initializes a new instance of the VirtualMachineImageResource class. |
VirtualMachineImageResource(String, String, String, IDictionary<String,String>, ExtendedLocation) |
Initializes a new instance of the VirtualMachineImageResource class. |
Properties
ExtendedLocation |
Gets or sets the extended location of the Virtual Machine. |
Id |
Gets or sets resource Id (Inherited from SubResource) |
Location |
Gets or sets the supported Azure location of the resource. |
Name |
Gets or sets the name of the resource. |
Tags |
Gets or sets specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET