Click or drag to resize

UpdateRecipeRequest Properties

[This is preliminary documentation and is subject to change.]

The UpdateRecipeRequest type exposes the following members.

Properties
  NameDescription
Public propertyOverwrite
If set to true, any existing Recipe at the Endpoint with the same name will be replaced by the Recipe provided in this request. If set to False, the update request will not succeed if a Recipe with the same name exists at the Endpoint.
Public propertyReason
The reason for the update
Public propertyRecipe
The new Recipe to be sent to the Endpoint.
Top
See Also