DataExportDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DataExportDetails
- com.
Implements
public final class DataExportDetails
implements JsonSerializable<DataExportDetails>
Details of the data to be used for exporting data from azure.
Constructor Summary
| Constructor | Description |
|---|---|
| DataExportDetails() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Data |
accountDetails()
Get the account |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Log |
logCollectionLevel()
Get the log |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transfer |
transferConfiguration()
Get the transfer |
| void |
validate()
Validates the instance. |
|
Data |
withAccountDetails(DataAccountDetails accountDetails)
Set the account |
|
Data |
withLogCollectionLevel(LogCollectionLevel logCollectionLevel)
Set the log |
|
Data |
withTransferConfiguration(TransferConfiguration transferConfiguration)
Set the transfer |
Methods inherited from java.lang.Object
Constructor Details
DataExportDetails
public DataExportDetails()
Creates an instance of DataExportDetails class.
Method Details
accountDetails
public DataAccountDetails accountDetails()
Get the accountDetails property: Account details of the data to be transferred.
Returns:
fromJson
public static DataExportDetails fromJson(JsonReader jsonReader)
Reads an instance of DataExportDetails from the JsonReader.
Parameters:
Returns:
Throws:
logCollectionLevel
public LogCollectionLevel logCollectionLevel()
Get the logCollectionLevel property: Level of the logs to be collected.
Returns:
toJson
transferConfiguration
public TransferConfiguration transferConfiguration()
Get the transferConfiguration property: Configuration for the data transfer.
Returns:
validate
public void validate()
Validates the instance.
withAccountDetails
public DataExportDetails withAccountDetails(DataAccountDetails accountDetails)
Set the accountDetails property: Account details of the data to be transferred.
Parameters:
Returns:
withLogCollectionLevel
public DataExportDetails withLogCollectionLevel(LogCollectionLevel logCollectionLevel)
Set the logCollectionLevel property: Level of the logs to be collected.
Parameters:
Returns:
withTransferConfiguration
public DataExportDetails withTransferConfiguration(TransferConfiguration transferConfiguration)
Set the transferConfiguration property: Configuration for the data transfer.
Parameters:
Returns: