DataImportDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DataImportDetails
- com.
Implements
public final class DataImportDetails
implements JsonSerializable<DataImportDetails>
Details of the data to be used for importing data to azure.
Constructor Summary
| Constructor | Description |
|---|---|
| DataImportDetails() |
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) |
| void |
validate()
Validates the instance. |
|
Data |
withAccountDetails(DataAccountDetails accountDetails)
Set the account |
|
Data |
withLogCollectionLevel(LogCollectionLevel logCollectionLevel)
Set the log |
Methods inherited from java.lang.Object
Constructor Details
DataImportDetails
public DataImportDetails()
Creates an instance of DataImportDetails class.
Method Details
accountDetails
public DataAccountDetails accountDetails()
Get the accountDetails property: Account details of the data to be transferred.
Returns:
fromJson
public static DataImportDetails fromJson(JsonReader jsonReader)
Reads an instance of DataImportDetails from the JsonReader.
Parameters:
Returns:
Throws:
logCollectionLevel
public LogCollectionLevel logCollectionLevel()
Get the logCollectionLevel property: Level of the logs to be collected.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccountDetails
public DataImportDetails withAccountDetails(DataAccountDetails accountDetails)
Set the accountDetails property: Account details of the data to be transferred.
Parameters:
Returns:
withLogCollectionLevel
public DataImportDetails withLogCollectionLevel(LogCollectionLevel logCollectionLevel)
Set the logCollectionLevel property: Level of the logs to be collected.
Parameters:
Returns: