Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkAdminState
Packages that use ExpressRouteLinkAdminState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteLinkAdminState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkAdminStateModifier and TypeMethodDescriptionExpressRouteLinkInner.adminState()Get the adminState property: Administrative state of the physical port.ExpressRouteLinkPropertiesFormat.adminState()Get the adminState property: Administrative state of the physical port.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteLinkAdminStateModifier and TypeMethodDescriptionExpressRouteLinkInner.withAdminState(ExpressRouteLinkAdminState adminState) Set the adminState property: Administrative state of the physical port.ExpressRouteLinkPropertiesFormat.withAdminState(ExpressRouteLinkAdminState adminState) Set the adminState property: Administrative state of the physical port. -
Uses of ExpressRouteLinkAdminState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRouteLinkAdminStateModifier and TypeFieldDescriptionstatic final ExpressRouteLinkAdminStateExpressRouteLinkAdminState.DISABLEDStatic value Disabled for ExpressRouteLinkAdminState.static final ExpressRouteLinkAdminStateExpressRouteLinkAdminState.ENABLEDStatic value Enabled for ExpressRouteLinkAdminState.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkAdminStateModifier and TypeMethodDescriptionstatic ExpressRouteLinkAdminStateExpressRouteLinkAdminState.fromString(String name) Creates or finds a ExpressRouteLinkAdminState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkAdminStateModifier and TypeMethodDescriptionstatic Collection<ExpressRouteLinkAdminState> ExpressRouteLinkAdminState.values()Gets known ExpressRouteLinkAdminState values.