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 Detail

      • 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.