Interface MapsAccount.UpdateStages.WithDisableLocalAuth

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

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

    Modifier and Type
    Method
    Description
    withDisableLocalAuth(Boolean disableLocalAuth)
    Specifies the disableLocalAuth property: Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support.
  • Method Details

    • withDisableLocalAuth

      MapsAccount.Update withDisableLocalAuth(Boolean disableLocalAuth)
      Specifies the disableLocalAuth property: Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage..
      Parameters:
      disableLocalAuth - Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage.
      Returns:
      the next definition stage.