Class SourceCreationDataResponse


  • public final class SourceCreationDataResponse
    extends java.lang.Object
    • Method Detail

      • createSource

        public java.util.Optional<java.lang.String> createSource()
        Returns:
        This enumerates the possible sources of a volume creation.
      • sourceUri

        public java.util.Optional<java.lang.String> sourceUri()
        Returns:
        If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point.