EvidenceFileDownloadRequestContent Class

Definition

Evidence file's download request.

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

Constructors

EvidenceFileDownloadRequestContent()

Initializes a new instance of EvidenceFileDownloadRequestContent.

Properties

OfferGuid

The offerGuid which mapping to the reports.

ReportCreatorTenantId

Tenant id.

Explicit Interface Implementations

IJsonModel<EvidenceFileDownloadRequestContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EvidenceFileDownloadRequestContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EvidenceFileDownloadRequestContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EvidenceFileDownloadRequestContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EvidenceFileDownloadRequestContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to