BenefitValidateResponseProperty 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.
Benefit validate response property.
public class BenefitValidateResponseProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BillingBenefits.Models.BenefitValidateResponseProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BillingBenefits.Models.BenefitValidateResponseProperty>
type BenefitValidateResponseProperty = class
interface IJsonModel<BenefitValidateResponseProperty>
interface IPersistableModel<BenefitValidateResponseProperty>
Public Class BenefitValidateResponseProperty
Implements IJsonModel(Of BenefitValidateResponseProperty), IPersistableModel(Of BenefitValidateResponseProperty)
- Inheritance
-
BenefitValidateResponseProperty
- Implements
Properties
| Name | Description |
|---|---|
| IsValid |
Indicates if the provided input was valid. |
| Reason |
Failure reason if the provided input was invalid. |
| ReasonCode |
Failure reason code if the provided input was invalid. |
| ResourceId |
Resource identifier of the benefit that was validated. |