ArmBillingModelFactory.MoveProductEligibilityResult 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 MoveProductEligibilityResult.
public static Azure.ResourceManager.Billing.Models.MoveProductEligibilityResult MoveProductEligibilityResult(bool? isMoveEligible = default, Azure.ResourceManager.Billing.Models.MoveProductErrorDetails errorDetails = default);
static member MoveProductEligibilityResult : Nullable<bool> * Azure.ResourceManager.Billing.Models.MoveProductErrorDetails -> Azure.ResourceManager.Billing.Models.MoveProductEligibilityResult
Public Shared Function MoveProductEligibilityResult (Optional isMoveEligible As Nullable(Of Boolean) = Nothing, Optional errorDetails As MoveProductErrorDetails = Nothing) As MoveProductEligibilityResult
Parameters
- errorDetails
- MoveProductErrorDetails
Error details of the transfer eligibility validation.
Returns
A new MoveProductEligibilityResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET