InquiryInfo Class
Details about inquired protectable items under a given container.
Constructor
InquiryInfo()
Variables
| Name | Description |
|---|---|
|
status
|
Inquiry Status for this container such as InProgress | Failed | Succeeded. |
|
errorDetail
|
<xref:<xref:"ErrorDetail">>
Error Details if the Status is non-success. |
|
inquiryDetails
|
list[<xref:"WorkloadInquiryDetails">]
Inquiry Details which will have workload specific details. For e.g. - For SQL and oracle this will contain different details. |
Attributes
errorDetail
Error Details if the Status is non-success.
errorDetail: ErrorDetail
inquiryDetails
Inquiry Details which will have workload specific details. For e.g. - For SQL and oracle this will contain different details.
inquiryDetails: list[azure.mgmt.recoveryservicesbackup.types.WorkloadInquiryDetails]
status
Inquiry Status for this container such as InProgress | Failed | Succeeded.
status: str