Module Values.CancelSchemaExtensionRequestSource

Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing, CreatingSnapshot, and UpdatingSchema.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory whose schema extension will be canceled.

    *)
  2. schemaExtensionId : SchemaExtensionId.t;
    (*

    The identifier of the schema extension that will be canceled.

    *)
}
Sourceval context_ : string
Sourceval make : directoryId:DirectoryId.t -> schemaExtensionId:SchemaExtensionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t