Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecSciState
Packages that use ExpressRouteLinkMacSecSciState
Package
Description
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 ExpressRouteLinkMacSecSciStateModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecSciState.DISABLEDStatic value Disabled for ExpressRouteLinkMacSecSciState.static final ExpressRouteLinkMacSecSciStateExpressRouteLinkMacSecSciState.ENABLEDStatic value Enabled for ExpressRouteLinkMacSecSciState.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecSciStateModifier and TypeMethodDescriptionExpressRouteLinkMacSecSciState.fromString(String name) Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.ExpressRouteLinkMacSecConfig.sciState()Get the sciState property: Sci mode enabled/disabled.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkMacSecSciStateModifier and TypeMethodDescriptionExpressRouteLinkMacSecSciState.values()Gets known ExpressRouteLinkMacSecSciState values.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteLinkMacSecSciStateModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.withSciState(ExpressRouteLinkMacSecSciState sciState) Set the sciState property: Sci mode enabled/disabled.