Interface Incident.UpdateStages.WithEtag

All Known Subinterfaces:
Incident.Update
Enclosing interface:
Incident.UpdateStages

public static interface Incident.UpdateStages.WithEtag
The stage of the Incident update allowing to specify etag.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the etag property: Etag of the azure resource.
  • Method Details

    • withEtag

      Incident.Update withEtag(String etag)
      Specifies the etag property: Etag of the azure resource.
      Parameters:
      etag - Etag of the azure resource.
      Returns:
      the next definition stage.