Uses of Class
com.azure.resourcemanager.network.models.OfficeTrafficCategory
-
Packages that use OfficeTrafficCategory Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 OfficeTrafficCategory Modifier and Type Method Description OfficeTrafficCategoryVirtualWanInner. office365LocalBreakoutCategory()Get the office365LocalBreakoutCategory property: The office local breakout category.OfficeTrafficCategoryVirtualWanProperties. 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 OfficeTrafficCategory Modifier and Type Field Description static OfficeTrafficCategoryOfficeTrafficCategory. ALLStatic value All for OfficeTrafficCategory.static OfficeTrafficCategoryOfficeTrafficCategory. NONEStatic value None for OfficeTrafficCategory.static OfficeTrafficCategoryOfficeTrafficCategory. OPTIMIZEStatic value Optimize for OfficeTrafficCategory.static OfficeTrafficCategoryOfficeTrafficCategory. OPTIMIZE_AND_ALLOWStatic value OptimizeAndAllow for OfficeTrafficCategory.Methods in com.azure.resourcemanager.network.models that return OfficeTrafficCategory Modifier and Type Method Description static 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 OfficeTrafficCategory Modifier and Type Method Description static Collection<OfficeTrafficCategory>OfficeTrafficCategory. values()
-