Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecSciState
-
Packages that use ExpressRouteLinkMacSecSciState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteLinkMacSecSciState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRouteLinkMacSecSciState Modifier and Type Field Description static ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecSciState. DISABLEDStatic value Disabled for ExpressRouteLinkMacSecSciState.static ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecSciState. ENABLEDStatic value Enabled for ExpressRouteLinkMacSecSciState.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecSciState Modifier and Type Method Description static ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecSciState. fromString(String name)Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecConfig. sciState()Get the sciState property: Sci mode enabled/disabled.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkMacSecSciState Modifier and Type Method Description static Collection<ExpressRouteLinkMacSecSciState>ExpressRouteLinkMacSecSciState. values()Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteLinkMacSecSciState Modifier and Type Method Description ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withSciState(ExpressRouteLinkMacSecSciState sciState)Set the sciState property: Sci mode enabled/disabled.
-