Class ExpressRoutePortsBillingType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRoutePortsBillingType>
com.azure.resourcemanager.network.models.ExpressRoutePortsBillingType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpressRoutePortsBillingType
extends com.azure.core.util.ExpandableStringEnum<ExpressRoutePortsBillingType>
The billing type of the ExpressRoutePort resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRoutePortsBillingTypeStatic value MeteredData for ExpressRoutePortsBillingType.static final ExpressRoutePortsBillingTypeStatic value UnlimitedData for ExpressRoutePortsBillingType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressRoutePortsBillingTypefromString(String name) Creates or finds a ExpressRoutePortsBillingType from its string representation.values()Gets known ExpressRoutePortsBillingType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
METERED_DATA
Static value MeteredData for ExpressRoutePortsBillingType. -
UNLIMITED_DATA
Static value UnlimitedData for ExpressRoutePortsBillingType.
-
-
Constructor Details
-
ExpressRoutePortsBillingType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRoutePortsBillingType value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRoutePortsBillingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRoutePortsBillingType.
-
values
Gets known ExpressRoutePortsBillingType values.- Returns:
- known ExpressRoutePortsBillingType values.
-
fromString(String)factory method.