Interface AutomationAccount.UpdateStages.WithIdentity

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

public static interface AutomationAccount.UpdateStages.WithIdentity
The stage of the AutomationAccount update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: Sets the identity property for automation account.
  • Method Details

    • withIdentity

      AutomationAccount.Update withIdentity(Identity identity)
      Specifies the identity property: Sets the identity property for automation account.
      Parameters:
      identity - Sets the identity property for automation account.
      Returns:
      the next definition stage.