Sdílet prostřednictvím


LabVirtualMachineImageData Class

Definition

A class representing the LabVirtualMachineImage data model. Lab services virtual machine image

public class LabVirtualMachineImageData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.LabVirtualMachineImageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.LabVirtualMachineImageData>
public class LabVirtualMachineImageData : Azure.ResourceManager.Models.ResourceData
type LabVirtualMachineImageData = class
    inherit ResourceData
    interface IJsonModel<LabVirtualMachineImageData>
    interface IPersistableModel<LabVirtualMachineImageData>
type LabVirtualMachineImageData = class
    inherit ResourceData
Public Class LabVirtualMachineImageData
Inherits ResourceData
Implements IJsonModel(Of LabVirtualMachineImageData), IPersistableModel(Of LabVirtualMachineImageData)
Public Class LabVirtualMachineImageData
Inherits ResourceData
Inheritance
LabVirtualMachineImageData
Implements

Constructors

LabVirtualMachineImageData()

Initializes a new instance of LabVirtualMachineImageData.

Properties

Author

The image author.

AvailableRegions

The available regions of the image in the shared gallery.

Description

A description of the image.

DisplayName

The image display name.

EnabledState

Is the image enabled.

IconUri

URL of the image icon.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Offer

The ID of an offer associated with the image.

OSState

The OS State of the image.

OSType

The OS Type of the image.

Plan

The ID of marketplace plan associated with the image (optional).

ProvisioningState

Current provisioning state of the image.

Publisher

The ID of the publisher of the image.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SharedGalleryId

The ID for the image in the shared gallery.

Sku

The image SKU.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TermsStatus

The status of image terms of use (enabled = accepted, disabled = not accepted).

Version

The image version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LabVirtualMachineImageData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LabVirtualMachineImageData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LabVirtualMachineImageData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LabVirtualMachineImageData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LabVirtualMachineImageData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to