Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkAdminState
-
Packages that use ExpressRouteLinkAdminState 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 ExpressRouteLinkAdminState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkAdminState Modifier and Type Method Description ExpressRouteLinkAdminStateExpressRouteLinkInner. adminState()Get the adminState property: Administrative state of the physical port.ExpressRouteLinkAdminStateExpressRouteLinkPropertiesFormat. adminState()Get the adminState property: Administrative state of the physical port.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteLinkAdminState Modifier and Type Method Description ExpressRouteLinkInnerExpressRouteLinkInner. withAdminState(ExpressRouteLinkAdminState adminState)Set the adminState property: Administrative state of the physical port.ExpressRouteLinkPropertiesFormatExpressRouteLinkPropertiesFormat. 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 ExpressRouteLinkAdminState Modifier and Type Field Description static ExpressRouteLinkAdminStateExpressRouteLinkAdminState. DISABLEDStatic value Disabled for ExpressRouteLinkAdminState.static ExpressRouteLinkAdminStateExpressRouteLinkAdminState. ENABLEDStatic value Enabled for ExpressRouteLinkAdminState.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkAdminState Modifier and Type Method Description static 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 ExpressRouteLinkAdminState Modifier and Type Method Description static Collection<ExpressRouteLinkAdminState>ExpressRouteLinkAdminState. values()
-