ENUM

AzureSnapshotType

Description

The type of snapshot to be used in export or restore jobs.

link GraphQL Schema definition

  • enum AzureSnapshotType {
  • # Use the archived snapshot.
  • ARCHIVED
  • # Use the replicated snapshot.
  • REPLICATED
  • # Use the source snapshot.
  • SOURCE
  • }