| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TierType |
DataLakeAnalyticsAccount.currentTier()
Get the commitment tier in use for the current month.
|
static TierType |
TierType.fromString(String value)
Parses a serialized value to a TierType instance.
|
TierType |
UpdateDataLakeAnalyticsAccountParameters.newTier()
Get the commitment tier to use for next month.
|
TierType |
DataLakeAnalyticsAccount.newTier()
Get the commitment tier for the next month.
|
TierType |
CreateDataLakeAnalyticsAccountParameters.newTier()
Get the commitment tier for the next month.
|
static TierType |
TierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TierType[] |
TierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withNewTier(TierType newTier)
Set the commitment tier to use for next month.
|
CreateDataLakeAnalyticsAccountParameters |
CreateDataLakeAnalyticsAccountParameters.withNewTier(TierType newTier)
Set the commitment tier for the next month.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/