Class DataBoxHeavyAccountCopyLogDetails

java.lang.Object
com.azure.resourcemanager.databox.models.CopyLogDetails
com.azure.resourcemanager.databox.models.DataBoxHeavyAccountCopyLogDetails

public final class DataBoxHeavyAccountCopyLogDetails extends CopyLogDetails
Copy log details for a storage account for Databox heavy.
  • Constructor Details

    • DataBoxHeavyAccountCopyLogDetails

      public DataBoxHeavyAccountCopyLogDetails()
      Creates an instance of DataBoxHeavyAccountCopyLogDetails class.
  • Method Details

    • accountName

      public String accountName()
      Get the accountName property: Account name.
      Returns:
      the accountName value.
    • copyLogLink

      public List<String> copyLogLink()
      Get the copyLogLink property: Link for copy logs.
      Returns:
      the copyLogLink value.
    • 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:
      the copyVerboseLogLink value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class CopyLogDetails
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.