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.
  • config: MssqlLogShippingReseedConfigInput!
  • # Required. ID of the log shipping configuration object for the specified
  • # secondary database.
  • id: String!
  • }

link Require by