Interface MetadataModel.UpdateStages.WithEtag

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

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

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

    • withEtag

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