Module Values.DeleteLogPatternRequestSource

Removes the specified log pattern from a LogPatternSet.

Sourcetype nonrec t = {
  1. resourceGroupName : ResourceGroupName.t;
    (*

    The name of the resource group.

    *)
  2. patternSetName : LogPatternSetName.t;
    (*

    The name of the log pattern set.

    *)
  3. patternName : LogPatternName.t;
    (*

    The name of the log pattern.

    *)
}
Sourceval context_ : string
Sourceval make : resourceGroupName:ResourceGroupName.t -> patternSetName:LogPatternSetName.t -> patternName:LogPatternName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceGroupName.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