ValidateProductTransferEligibilityError Constructors

Definition

Overloads

ValidateProductTransferEligibilityError()

Initializes a new instance of the ValidateProductTransferEligibilityError class.

ValidateProductTransferEligibilityError(String, String, String)

Initializes a new instance of the ValidateProductTransferEligibilityError class.

ValidateProductTransferEligibilityError()

Initializes a new instance of the ValidateProductTransferEligibilityError class.

public ValidateProductTransferEligibilityError ();
Public Sub New ()

Applies to

ValidateProductTransferEligibilityError(String, String, String)

Initializes a new instance of the ValidateProductTransferEligibilityError class.

public ValidateProductTransferEligibilityError (string code = default, string message = default, string details = default);
new Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityError : string * string * string -> Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityError
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', 'ProductNotActive', 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue', 'ProductTypeNotSupported', 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket', 'OneTimePurchaseProductTransferNotAllowed'

message
String

The error message.

details
String

Detailed error message explaining the error.

Applies to