Uses of Class
com.azure.resourcemanager.network.models.ConnectivityTopology
Packages that use ConnectivityTopology
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectivityTopology in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectivityTopologyModifier and TypeMethodDescriptionConnectivityConfigurationInner.connectivityTopology()Get the connectivityTopology property: Connectivity topology type.ConnectivityConfigurationProperties.connectivityTopology()Get the connectivityTopology property: Connectivity topology type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConnectivityTopologyModifier and TypeMethodDescriptionConnectivityConfigurationInner.withConnectivityTopology(ConnectivityTopology connectivityTopology) Set the connectivityTopology property: Connectivity topology type.ConnectivityConfigurationProperties.withConnectivityTopology(ConnectivityTopology connectivityTopology) Set the connectivityTopology property: Connectivity topology type. -
Uses of ConnectivityTopology in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConnectivityTopologyModifier and TypeFieldDescriptionstatic final ConnectivityTopologyConnectivityTopology.HUB_AND_SPOKEStatic value HubAndSpoke for ConnectivityTopology.static final ConnectivityTopologyConnectivityTopology.MESHStatic value Mesh for ConnectivityTopology.Methods in com.azure.resourcemanager.network.models that return ConnectivityTopologyModifier and TypeMethodDescriptionActiveConnectivityConfiguration.connectivityTopology()Get the connectivityTopology property: Connectivity topology type.EffectiveConnectivityConfiguration.connectivityTopology()Get the connectivityTopology property: Connectivity topology type.static ConnectivityTopologyConnectivityTopology.fromString(String name) Creates or finds a ConnectivityTopology from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectivityTopologyModifier and TypeMethodDescriptionstatic Collection<ConnectivityTopology> ConnectivityTopology.values()Gets known ConnectivityTopology values.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectivityTopologyModifier and TypeMethodDescriptionActiveConnectivityConfiguration.withConnectivityTopology(ConnectivityTopology connectivityTopology) Set the connectivityTopology property: Connectivity topology type.EffectiveConnectivityConfiguration.withConnectivityTopology(ConnectivityTopology connectivityTopology) Set the connectivityTopology property: Connectivity topology type.