Share via


DisconnectedOperationsImageDownloadResult Class

Definition

The image download properties.

public class DisconnectedOperationsImageDownloadResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsImageDownloadResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsImageDownloadResult>
type DisconnectedOperationsImageDownloadResult = class
    interface IJsonModel<DisconnectedOperationsImageDownloadResult>
    interface IPersistableModel<DisconnectedOperationsImageDownloadResult>
Public Class DisconnectedOperationsImageDownloadResult
Implements IJsonModel(Of DisconnectedOperationsImageDownloadResult), IPersistableModel(Of DisconnectedOperationsImageDownloadResult)
Inheritance
DisconnectedOperationsImageDownloadResult
Implements

Properties

CompatibleVersions

The versions that are compatible for this update package.

DownloadLink

The download URI.

LinkExpiry

The download link expiry time.

ProvisioningState

The resource provisioning state.

ReleaseDisplayName

The release name.

ReleaseNotes

The release notes.

ReleaseOn

The release date.

ReleaseType

The release type.

ReleaseVersion

The version of the package in the format 1.1.1.

TransactionId

The unique identifier of the download.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DisconnectedOperationsImageDownloadResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DisconnectedOperationsImageDownloadResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DisconnectedOperationsImageDownloadResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DisconnectedOperationsImageDownloadResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DisconnectedOperationsImageDownloadResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to