Interface AutomationRule.UpdateStages.WithEtag

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

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

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

    • withEtag

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