DataBoxHeavyAccountCopyLogDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. CopyLogDetails - com.
azure. resourcemanager. databox. models. DataBoxHeavyAccountCopyLogDetails
- com.
- com.
public final class DataBoxHeavyAccountCopyLogDetails
extends CopyLogDetails
Copy log details for a storage account for Databox heavy.
Constructor Summary
| Constructor | Description |
|---|---|
| DataBoxHeavyAccountCopyLogDetails() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountName()
Get the account |
|
Class |
copyLogDetailsType()
Get the copy |
| List<String> |
copyLogLink()
Get the copy |
| List<String> |
copyVerboseLogLink()
Get the copy |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from CopyLogDetails
Methods inherited from java.lang.Object
Constructor Details
DataBoxHeavyAccountCopyLogDetails
public DataBoxHeavyAccountCopyLogDetails()
Creates an instance of DataBoxHeavyAccountCopyLogDetails class.
Method Details
accountName
public String accountName()
Get the accountName property: Account name.
Returns:
copyLogDetailsType
public ClassDiscriminator copyLogDetailsType()
Get the copyLogDetailsType property: Indicates the type of job details.
Overrides:
DataBoxHeavyAccountCopyLogDetails.copyLogDetailsType()Returns:
copyLogLink
public List<String> copyLogLink()
Get the copyLogLink property: Link for copy logs.
Returns:
copyVerboseLogLink
public List<String> copyVerboseLogLink()
Get the copyVerboseLogLink property: Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
Returns:
fromJson
public static DataBoxHeavyAccountCopyLogDetails fromJson(JsonReader jsonReader)
Reads an instance of DataBoxHeavyAccountCopyLogDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataBoxHeavyAccountCopyLogDetails.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DataBoxHeavyAccountCopyLogDetails.validate()