ResizeError Class
An error that occurred when resizing a pool.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelResizeError
Constructor
ResizeError(*, code: str, message: str, details: List[_models.ResizeError] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. Required. |
message
|
A message describing the error, intended to be suitable for display in a user interface. Required. |
details
|
Additional details about the error. |
Variables
Name | Description |
---|---|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. Required. |
message
|
A message describing the error, intended to be suitable for display in a user interface. Required. |
details
|
Additional details about the error. |
Azure SDK for Python