EvidenceFileDownloadResult 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.
Object that includes all the possible response for the evidence file download operation.
public class EvidenceFileDownloadResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.EvidenceFileDownloadResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.EvidenceFileDownloadResult>
type EvidenceFileDownloadResult = class
interface IJsonModel<EvidenceFileDownloadResult>
interface IPersistableModel<EvidenceFileDownloadResult>
Public Class EvidenceFileDownloadResult
Implements IJsonModel(Of EvidenceFileDownloadResult), IPersistableModel(Of EvidenceFileDownloadResult)
- Inheritance
-
EvidenceFileDownloadResult
- Implements
Properties
EvidenceFileUri |
The url of evidence file. |
Explicit Interface Implementations
IJsonModel<EvidenceFileDownloadResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EvidenceFileDownloadResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EvidenceFileDownloadResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EvidenceFileDownloadResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EvidenceFileDownloadResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET