BatchAccountCreateParameters Class
Parameters supplied to the Create operation.
Constructor
BatchAccountCreateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
location
|
The region in which to create the account. Required. |
|
tags
|
The user-specified tags associated with the account. |
|
properties
|
The properties of the Batch account. |
|
identity
|
The identity of the Batch account. |
Attributes
identity
The identity of the Batch account.
identity: _models.BatchAccountIdentity | None
location
The region in which to create the account. Required.
location: str
properties
The properties of the Batch account.
properties: _models.BatchAccountCreateProperties | None
tags
The user-specified tags associated with the account.
tags: dict[str, str] | None