Share via


SnapshotDownloadRequestContent Class

Definition

Snapshot's download request.

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

Constructors

SnapshotDownloadRequestContent(AppComplianceDownloadType)

Initializes a new instance of SnapshotDownloadRequestContent.

Properties

DownloadType

Indicates the download type.

OfferGuid

The offerGuid which mapping to the reports.

ReportCreatorTenantId

Tenant id.

Explicit Interface Implementations

IJsonModel<SnapshotDownloadRequestContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SnapshotDownloadRequestContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SnapshotDownloadRequestContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnapshotDownloadRequestContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnapshotDownloadRequestContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to