Uses of Enum Class
com.microsoft.azure.management.compute.IntervalInMins
Packages that use IntervalInMins
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of IntervalInMins in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return IntervalInMinsModifier and TypeMethodDescriptionstatic IntervalInMinsIntervalInMins.fromString(String value) Parses a serialized value to a IntervalInMins instance.RequestRateByIntervalInput.intervalLength()Get interval value in minutes used to create LogAnalytics call rate logs.static IntervalInMinsReturns the enum constant of this class with the specified name.static IntervalInMins[]IntervalInMins.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.compute with parameters of type IntervalInMinsModifier and TypeMethodDescriptionRequestRateByIntervalInput.withIntervalLength(IntervalInMins intervalLength) Set interval value in minutes used to create LogAnalytics call rate logs.