Delen via


ValidateProductTransferEligibilityError Constructors

Definitie

Overloads

ValidateProductTransferEligibilityError()

Initialiseert een nieuw exemplaar van de klasse ValidateProductTransferEligibilityError.

ValidateProductTransferEligibilityError(String, String, String)

Initialiseert een nieuw exemplaar van de klasse ValidateProductTransferEligibilityError.

ValidateProductTransferEligibilityError()

Initialiseert een nieuw exemplaar van de klasse ValidateProductTransferEligibilityError.

public ValidateProductTransferEligibilityError ();
Public Sub New ()

Van toepassing op

ValidateProductTransferEligibilityError(String, String, String)

Initialiseert een nieuw exemplaar van de klasse ValidateProductTransferEligibilityError.

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

Foutcode voor de validatie van de productoverdracht. Mogelijke waarden zijn: 'InvalidSource', 'ProductNotActive', 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue', 'ProductTypeNotSupported', 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket', 'OneTimePurchaseProductTransferNotAllowed'

message
String

Het foutbericht.

details
String

Gedetailleerd foutbericht waarin de fout wordt uitgelegd.

Van toepassing op