Freigeben über


SavingsPlanValidateResponse Interface

public interface SavingsPlanValidateResponse

An immutable client-side representation of SavingsPlanValidateResponse.

Method Summary

Modifier and Type Method and Description
abstract List<SavingsPlanValidResponseProperty> benefits()

Gets the benefits property: The benefits property.

abstract SavingsPlanValidateResponseInner innerModel()

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

abstract String nextLink()

Gets the nextLink property: Url to get the next page.

Method Details

benefits

public abstract List<SavingsPlanValidResponseProperty> benefits()

Gets the benefits property: The benefits property.

Returns:

the benefits value.

innerModel

public abstract SavingsPlanValidateResponseInner innerModel()

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

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: Url to get the next page.

Returns:

the nextLink value.

Applies to