ArmBillingBenefitsModelFactory.SavingsPlanValidateResult Method
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.
Initializes a new instance of SavingsPlanValidateResult.
public static Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult SavingsPlanValidateResult (bool? isValid = default, string reasonCode = default, string reason = default);
static member SavingsPlanValidateResult : Nullable<bool> * string * string -> Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult
Public Shared Function SavingsPlanValidateResult (Optional isValid As Nullable(Of Boolean) = Nothing, Optional reasonCode As String = Nothing, Optional reason As String = Nothing) As SavingsPlanValidateResult
Parameters
- reasonCode
- String
Failure reason code if the provided input was invalid.
- reason
- String
Failure reason if the provided input was invalid.
Returns
A new SavingsPlanValidateResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET