InquiryValidation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validation for inquired protectable items under a given container.
public class InquiryValidation
type InquiryValidation = class
Public Class InquiryValidation
- Inheritance
-
InquiryValidation
Constructors
InquiryValidation() |
Initializes a new instance of InquiryValidation. |
Properties
AdditionalDetail |
Error Additional Detail in case the status is non-success. |
ErrorDetail |
Error Detail in case the status is non-success. |
ProtectableItemCount |
Dictionary to store the count of ProtectableItems with key POType. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Status |
Status for the Inquiry Validation. |
Applies to
Azure SDK for .NET