OBJECT
AzureReplicationTarget
Description
Target Azure subscription and region for replication.
link GraphQL Schema definition
- type AzureReplicationTarget {
- # ID of the subscription.
- String! :
- # Name of the subscription.
- String! :
- # Region within the subscription.
- AzureNativeRegionForReplication! :
- }