DataBoxAccountCopyLogDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. CopyLogDetails - com.
azure. resourcemanager. databox. models. DataBoxAccountCopyLogDetails
- com.
- com.
public final class DataBoxAccountCopyLogDetails
extends CopyLogDetails
Copy log details for a storage account of a DataBox job.
Constructor Summary
| Constructor | Description |
|---|---|
| DataBoxAccountCopyLogDetails() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountName()
Get the account |
|
Class |
copyLogDetailsType()
Get the copy |
| String |
copyLogLink()
Get the copy |
| 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
DataBoxAccountCopyLogDetails
public DataBoxAccountCopyLogDetails()
Creates an instance of DataBoxAccountCopyLogDetails 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:
DataBoxAccountCopyLogDetails.copyLogDetailsType()Returns:
copyLogLink
public String copyLogLink()
Get the copyLogLink property: Link for copy logs.
Returns:
copyVerboseLogLink
public String copyVerboseLogLink()
Get the copyVerboseLogLink property: Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
Returns:
fromJson
public static DataBoxAccountCopyLogDetails fromJson(JsonReader jsonReader)
Reads an instance of DataBoxAccountCopyLogDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataBoxAccountCopyLogDetails.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DataBoxAccountCopyLogDetails.validate()