Uses of Class
com.microsoft.azure.management.resources.SpendingLimit
-
Packages that use SpendingLimit Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of SpendingLimit in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return SpendingLimit Modifier and Type Method Description static SpendingLimitSpendingLimit. fromString(String value)Parses a serialized value to a SpendingLimit instance.SpendingLimitSubscriptionPolicies. spendingLimit()Get the spendingLimit value.static SpendingLimitSpendingLimit. valueOf(String name)Returns the enum constant of this type with the specified name.static SpendingLimit[]SpendingLimit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-