Uses of Class
com.azure.resourcemanager.network.models.OfficeTrafficCategory
Packages that use OfficeTrafficCategory
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of OfficeTrafficCategory in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return OfficeTrafficCategoryModifier and TypeMethodDescriptionVirtualWanInner.office365LocalBreakoutCategory()Get the office365LocalBreakoutCategory property: The office local breakout category.VirtualWanProperties.office365LocalBreakoutCategory()Get the office365LocalBreakoutCategory property: The office local breakout category. -
Uses of OfficeTrafficCategory in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as OfficeTrafficCategoryModifier and TypeFieldDescriptionstatic final OfficeTrafficCategoryOfficeTrafficCategory.ALLStatic value All for OfficeTrafficCategory.static final OfficeTrafficCategoryOfficeTrafficCategory.NONEStatic value None for OfficeTrafficCategory.static final OfficeTrafficCategoryOfficeTrafficCategory.OPTIMIZEStatic value Optimize for OfficeTrafficCategory.static final OfficeTrafficCategoryOfficeTrafficCategory.OPTIMIZE_AND_ALLOWStatic value OptimizeAndAllow for OfficeTrafficCategory.Methods in com.azure.resourcemanager.network.models that return OfficeTrafficCategoryModifier and TypeMethodDescriptionstatic OfficeTrafficCategoryOfficeTrafficCategory.fromString(String name) Creates or finds a OfficeTrafficCategory from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type OfficeTrafficCategoryModifier and TypeMethodDescriptionstatic Collection<OfficeTrafficCategory> OfficeTrafficCategory.values()Gets known OfficeTrafficCategory values.