Interface Account.UpdateStages.WithProperties

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

public static interface Account.UpdateStages.WithProperties
The stage of the Account update allowing to specify properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the properties property: Properties of Cognitive Services account..
  • Method Details

    • withProperties

      Account.Update withProperties(AccountProperties properties)
      Specifies the properties property: Properties of Cognitive Services account..
      Parameters:
      properties - Properties of Cognitive Services account.
      Returns:
      the next definition stage.