java.lang.Object
com.azure.resourcemanager.datamigration.models.BlobShare

public final class BlobShare extends Object
Blob container storage information.
  • Constructor Details

    • BlobShare

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

    • sasUri

      public String sasUri()
      Get the sasUri property: SAS URI of Azure Storage Account Container.
      Returns:
      the sasUri value.
    • withSasUri

      public BlobShare withSasUri(String sasUri)
      Set the sasUri property: SAS URI of Azure Storage Account Container.
      Parameters:
      sasUri - the sasUri value to set.
      Returns:
      the BlobShare object itself.
    • validate

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