DataExportDetails 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.
Details of the data to be used for exporting data from azure.
public class DataExportDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataExportDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataExportDetails>
type DataExportDetails = class
interface IJsonModel<DataExportDetails>
interface IPersistableModel<DataExportDetails>
Public Class DataExportDetails
Implements IJsonModel(Of DataExportDetails), IPersistableModel(Of DataExportDetails)
- Inheritance
-
DataExportDetails
- Implements
Constructors
| Name | Description |
|---|---|
| DataExportDetails(TransferConfiguration, DataAccountDetails) |
Initializes a new instance of DataExportDetails. |
Properties
| Name | Description |
|---|---|
| AccountDetails |
Account details of the data to be transferred. |
| LogCollectionLevel |
Level of the logs to be collected. |
| TransferConfiguration |
Configuration for the data transfer. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<DataExportDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DataExportDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DataExportDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DataExportDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DataExportDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |