Interface BatchAccount.UpdateStages.WithIdentity
- All Known Subinterfaces:
BatchAccount.Update
- Enclosing interface:
- BatchAccount.UpdateStages
public static interface BatchAccount.UpdateStages.WithIdentity
The stage of the BatchAccount update allowing to specify identity.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentity(BatchAccountIdentity identity) Specifies the identity property: The identity of the Batch account..
-
Method Details
-
withIdentity
Specifies the identity property: The identity of the Batch account..- Parameters:
identity- The identity of the Batch account.- Returns:
- the next definition stage.
-