ValidateSubscriptionTransferEligibilityError Constructors
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.
Overloads
ValidateSubscriptionTransferEligibilityError() |
Initializes a new instance of the ValidateSubscriptionTransferEligibilityError class. |
ValidateSubscriptionTransferEligibilityError(String, String, String) |
Initializes a new instance of the ValidateSubscriptionTransferEligibilityError class. |
ValidateSubscriptionTransferEligibilityError()
Initializes a new instance of the ValidateSubscriptionTransferEligibilityError class.
public ValidateSubscriptionTransferEligibilityError ();
Public Sub New ()
Applies to
ValidateSubscriptionTransferEligibilityError(String, String, String)
Initializes a new instance of the ValidateSubscriptionTransferEligibilityError class.
public ValidateSubscriptionTransferEligibilityError (string code = default, string message = default, string details = default);
new Microsoft.Azure.Management.Billing.Models.ValidateSubscriptionTransferEligibilityError : string * string * string -> Microsoft.Azure.Management.Billing.Models.ValidateSubscriptionTransferEligibilityError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As String = Nothing)
Parameters
- code
- String
Error code for the product transfer validation. Possible values include: 'InvalidSource', 'SubscriptionNotActive', 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue', 'SubscriptionTypeNotSupported', 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket'
- message
- String
The error message.
- details
- String
Detailed error message explaining the error.
Applies to
Azure SDK for .NET