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