ValidateProductTransferEligibilityResult Interface

public interface ValidateProductTransferEligibilityResult

An immutable client-side representation of ValidateProductTransferEligibilityResult.

Method Summary

Modifier and Type Method and Description
abstract ValidateProductTransferEligibilityError errorDetails()

Gets the errorDetails property: Validation error details.

abstract ValidateProductTransferEligibilityResultInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.ValidateProductTransferEligibilityResultInner object.

abstract Boolean isMoveEligible()

Gets the isMoveEligible property: Specifies whether the transfer is eligible or not.

Method Details

errorDetails

public abstract ValidateProductTransferEligibilityError errorDetails()

Gets the errorDetails property: Validation error details.

Returns:

the errorDetails value.

innerModel

public abstract ValidateProductTransferEligibilityResultInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.ValidateProductTransferEligibilityResultInner object.

Returns:

the inner object.

isMoveEligible

public abstract Boolean isMoveEligible()

Gets the isMoveEligible property: Specifies whether the transfer is eligible or not.

Returns:

the isMoveEligible value.

Applies to

Azure SDK for Java

Preview