Class ListResourceSkusResult
java.lang.Object
com.azure.resourcemanager.kusto.models.ListResourceSkusResult
List of available SKUs for a Kusto Cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The collection of available SKUs for an existing resource.withValue
(List<AzureResourceSkuInner> value) Set the value property: The collection of available SKUs for an existing resource.
-
Constructor Details
-
ListResourceSkusResult
public ListResourceSkusResult()
-
-
Method Details
-
value
Get the value property: The collection of available SKUs for an existing resource.- Returns:
- the value value.
-
withValue
Set the value property: The collection of available SKUs for an existing resource.- Parameters:
value
- the value value to set.- Returns:
- the ListResourceSkusResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-