INPUT_OBJECT
DownloadExchangeSnapshotV2Input
Description
Input for downloading Exchange snapshot from a location for V2 API.
link GraphQL Schema definition
- input DownloadExchangeSnapshotV2Input {
- # Additional configuration for the snapshot download operation.
- ExchangeSnapshotDownloadRequestInput :
- # Required. ID of the location from where the Microsoft Exchange database will be
- # downloaded.
- String! :
- # Required. ID of the Microsoft Exchange database snapshot.
- String! :
- }