VirtualMachineImageBase 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 VirtualMachineImageBase : Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase>
type VirtualMachineImageBase = class
inherit ComputeWriteableSubResourceData
interface IJsonModel<VirtualMachineImageBase>
interface IPersistableModel<VirtualMachineImageBase>
Public Class VirtualMachineImageBase
Inherits ComputeWriteableSubResourceData
Implements IJsonModel(Of VirtualMachineImageBase), IPersistableModel(Of VirtualMachineImageBase)
- Inheritance
- Derived
- Implements
Constructors
VirtualMachineImageBase(String, AzureLocation) |
Initializes a new instance of VirtualMachineImageBase. |
Properties
ExtendedLocation |
The extended location of the Virtual Machine. |
Id |
Resource Id. (Inherited from ComputeWriteableSubResourceData) |
Location |
The supported Azure location of the resource. |
Name |
The name of the resource. |
Tags |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeWriteableSubResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET