SkuEnumerationForExistingResourceResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.powerbidedicated.fluent.models.SkuEnumerationForExistingResourceResultInner

public final class SkuEnumerationForExistingResourceResultInner

An object that represents enumerating SKUs for existing resources.

Constructor Summary

Constructor Description
SkuEnumerationForExistingResourceResultInner()

Creates an instance of SkuEnumerationForExistingResourceResultInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<SkuDetailsForExistingResource> value()

Get the value property: The collection of available SKUs for existing resources.

SkuEnumerationForExistingResourceResultInner withValue(List<SkuDetailsForExistingResource> value)

Set the value property: The collection of available SKUs for existing resources.

Methods inherited from java.lang.Object

Constructor Details

SkuEnumerationForExistingResourceResultInner

public SkuEnumerationForExistingResourceResultInner()

Creates an instance of SkuEnumerationForExistingResourceResultInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The collection of available SKUs for existing resources.

Returns:

the value value.

withValue

public SkuEnumerationForExistingResourceResultInner withValue(List value)

Set the value property: The collection of available SKUs for existing resources.

Parameters:

value - the value value to set.

Returns:

the SkuEnumerationForExistingResourceResultInner object itself.

Applies to