Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkConnectorType
-
Packages that use ExpressRouteLinkConnectorType 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 ExpressRouteLinkConnectorType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkConnectorType Modifier and Type Method Description ExpressRouteLinkConnectorTypeExpressRouteLinkInner. connectorType()Get the connectorType property: Physical fiber port type.ExpressRouteLinkConnectorTypeExpressRouteLinkPropertiesFormat. connectorType()Get the connectorType property: Physical fiber port type. -
Uses of ExpressRouteLinkConnectorType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRouteLinkConnectorType Modifier and Type Field Description static ExpressRouteLinkConnectorTypeExpressRouteLinkConnectorType. LCStatic value LC for ExpressRouteLinkConnectorType.static ExpressRouteLinkConnectorTypeExpressRouteLinkConnectorType. SCStatic value SC for ExpressRouteLinkConnectorType.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkConnectorType Modifier and Type Method Description static ExpressRouteLinkConnectorTypeExpressRouteLinkConnectorType. fromString(String name)Creates or finds a ExpressRouteLinkConnectorType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkConnectorType Modifier and Type Method Description static Collection<ExpressRouteLinkConnectorType>ExpressRouteLinkConnectorType. values()
-