Interface Account.UpdateStages.WithIdentity

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

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

    Modifier and Type
    Method
    Description
    Specifies the identity property: Identity related info to add/remove userAssignedIdentities..
  • Method Details

    • withIdentity

      Account.Update withIdentity(Identity identity)
      Specifies the identity property: Identity related info to add/remove userAssignedIdentities..
      Parameters:
      identity - Identity related info to add/remove userAssignedIdentities.
      Returns:
      the next definition stage.