INPUT_OBJECT
UnmapAzurePersistentStorageSubscriptionInput
Description
Input to check if we can unmap archival location from subscription.
link GraphQL Schema definition
- input UnmapAzurePersistentStorageSubscriptionInput {
- # Subscription IDs from which to unmap archival location.
- : [String!]!
- # Feature for which to unmap archival locations.
- : CloudAccountFeature!
- # Validation type to check if we can unmap the archival locations.
- : UnmappingValidationType!
- }