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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataExportDetailsTypeConverter))]
public class DataExportDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataExportDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataExportDetailsTypeConverter))>]
type DataExportDetails = class
interface IDataExportDetails
interface IJsonSerializable
Public Class DataExportDetails
Implements IDataExportDetails
- Inheritance
-
DataExportDetails
- Attributes
- Implements
Constructors
DataExportDetails() |
Creates an new DataExportDetails instance. |
Properties
AccountDetailDataAccountType |
Account Type of the data to be transferred. |
AccountDetailSharePassword |
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+ |
LogCollectionLevel |
Level of the logs to be collected. |
TransferConfiguration |
Configuration for the data transfer. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataExportDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataExportDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataExportDetails. |
FromJsonString(String) |
Creates a new instance of DataExportDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataExportDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |