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) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET