Class FileSourceInfo

java.lang.Object
com.azure.resourcemanager.databoxedge.models.FileSourceInfo

public final class FileSourceInfo extends Object
File source details.
  • Constructor Details

    • FileSourceInfo

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

    • shareId

      public String shareId()
      Get the shareId property: File share ID.
      Returns:
      the shareId value.
    • withShareId

      public FileSourceInfo withShareId(String shareId)
      Set the shareId property: File share ID.
      Parameters:
      shareId - the shareId value to set.
      Returns:
      the FileSourceInfo object itself.
    • validate

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