
com.azure.resourcemanager.billing.models.MoveProductEligibilityResult Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.billing.models;
import com.azure.resourcemanager.billing.fluent.models.MoveProductEligibilityResultInner;
/**
* An immutable client-side representation of MoveProductEligibilityResult.
*/
public interface MoveProductEligibilityResult {
/**
* Gets the isMoveEligible property: Specifies whether the subscription is eligible to be transferred.
*
* @return the isMoveEligible value.
*/
Boolean isMoveEligible();
/**
* Gets the errorDetails property: Error details of the transfer eligibility validation.
*
* @return the errorDetails value.
*/
MoveProductEligibilityResultErrorDetails errorDetails();
/**
* Gets the inner com.azure.resourcemanager.billing.fluent.models.MoveProductEligibilityResultInner object.
*
* @return the inner object.
*/
MoveProductEligibilityResultInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy