UsageModelsResult Class

  • java.lang.Object
    • com.azure.resourcemanager.storagecache.models.UsageModelsResult

public final class UsageModelsResult

A list of cache usage models.

Constructor Summary

Constructor Description
UsageModelsResult()

Creates an instance of UsageModelsResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page of cache usage models.

void validate()

Validates the instance.

List<UsageModelInner> value()

Get the value property: The list of usage models available for the subscription.

UsageModelsResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of cache usage models.

UsageModelsResult withValue(List<UsageModelInner> value)

Set the value property: The list of usage models available for the subscription.

Methods inherited from java.lang.Object

Constructor Details

UsageModelsResult

public UsageModelsResult()

Creates an instance of UsageModelsResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page of cache usage models.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of usage models available for the subscription.

Returns:

the value value.

withNextLink

public UsageModelsResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of cache usage models.

Parameters:

nextLink - the nextLink value to set.

Returns:

the UsageModelsResult object itself.

withValue

public UsageModelsResult withValue(List value)

Set the value property: The list of usage models available for the subscription.

Parameters:

value - the value value to set.

Returns:

the UsageModelsResult object itself.

Applies to