Interface Relation.UpdateStages.WithEtag

  • All Known Subinterfaces:
    Relation.Update
    Enclosing interface:
    Relation.UpdateStages

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

      • withEtag

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