Interface BatchAccount.DefinitionStages.WithIdentity
- All Known Subinterfaces:
BatchAccount.Definition,BatchAccount.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithIdentity
The stage of the BatchAccount definition 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.
-