ArmBillingModelFactory.BillingSubscriptionValidateMoveEligibilityError 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 BillingSubscriptionValidateMoveEligibilityError.
public static Azure.ResourceManager.Billing.Models.BillingSubscriptionValidateMoveEligibilityError BillingSubscriptionValidateMoveEligibilityError (Azure.ResourceManager.Billing.Models.SubscriptionTransferValidationErrorCode? code = default, string message = default, string details = default);
static member BillingSubscriptionValidateMoveEligibilityError : Nullable<Azure.ResourceManager.Billing.Models.SubscriptionTransferValidationErrorCode> * string * string -> Azure.ResourceManager.Billing.Models.BillingSubscriptionValidateMoveEligibilityError
Public Shared Function BillingSubscriptionValidateMoveEligibilityError (Optional code As Nullable(Of SubscriptionTransferValidationErrorCode) = Nothing, Optional message As String = Nothing, Optional details As String = Nothing) As BillingSubscriptionValidateMoveEligibilityError
Parameters
Error code of the transfer validation response.
- message
- String
The error message.
- details
- String
Detailed error message explaining the error.
Returns
A new BillingSubscriptionValidateMoveEligibilityError instance for mocking.