INPUT_OBJECT
ReseedLogShippingSecondaryInput
Description
Input for reseeding a SQL Server log shipping secondary.
link GraphQL Schema definition
- input ReseedLogShippingSecondaryInput {
- # Required. Configuration parameters for the reseed operation.
- : MssqlLogShippingReseedConfigInput!
- # Required. ID of the log shipping configuration object for the specified
- # secondary database.
- : String!
- }