Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePortsBillingType
Packages that use ExpressRoutePortsBillingType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortsBillingType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePortsBillingTypeModifier and TypeMethodDescriptionExpressRoutePortInner.billingType()Get the billingType property: The billing type of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.billingType()Get the billingType property: The billing type of the ExpressRoutePort resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRoutePortsBillingTypeModifier and TypeMethodDescriptionExpressRoutePortInner.withBillingType(ExpressRoutePortsBillingType billingType) Set the billingType property: The billing type of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.withBillingType(ExpressRoutePortsBillingType billingType) Set the billingType property: The billing type of the ExpressRoutePort resource. -
Uses of ExpressRoutePortsBillingType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ExpressRoutePortsBillingType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe billing type of the ExpressRoutePort resource.Fields in com.azure.resourcemanager.network.models declared as ExpressRoutePortsBillingTypeModifier and TypeFieldDescriptionstatic final ExpressRoutePortsBillingTypeExpressRoutePortsBillingType.METERED_DATAStatic value MeteredData for ExpressRoutePortsBillingType.static final ExpressRoutePortsBillingTypeExpressRoutePortsBillingType.UNLIMITED_DATAStatic value UnlimitedData for ExpressRoutePortsBillingType.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePortsBillingTypeModifier and TypeMethodDescriptionstatic ExpressRoutePortsBillingTypeExpressRoutePortsBillingType.fromString(String name) Creates or finds a ExpressRoutePortsBillingType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePortsBillingTypeModifier and TypeMethodDescriptionExpressRoutePortsBillingType.values()Gets known ExpressRoutePortsBillingType values.