Interface AutomationAccount.UpdateStages.WithDisableLocalAuth

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

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

    Modifier and Type
    Method
    Description
    withDisableLocalAuth(Boolean disableLocalAuth)
    Specifies the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.
  • Method Details

    • withDisableLocalAuth

      AutomationAccount.Update withDisableLocalAuth(Boolean disableLocalAuth)
      Specifies the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.
      Parameters:
      disableLocalAuth - Indicates whether requests using non-AAD authentication are blocked.
      Returns:
      the next definition stage.