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 Summary

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

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