ValidateProductTransferEligibilityError Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET