Uses of Class
com.azure.resourcemanager.network.models.GroupConnectivity
Packages that use GroupConnectivity
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of GroupConnectivity in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as GroupConnectivityModifier and TypeFieldDescriptionstatic final GroupConnectivityGroupConnectivity.DIRECTLY_CONNECTEDStatic value DirectlyConnected for GroupConnectivity.static final GroupConnectivityGroupConnectivity.NONEStatic value None for GroupConnectivity.Methods in com.azure.resourcemanager.network.models that return GroupConnectivityModifier and TypeMethodDescriptionstatic GroupConnectivityGroupConnectivity.fromString(String name) Creates or finds a GroupConnectivity from its string representation.ConnectivityGroupItem.groupConnectivity()Get the groupConnectivity property: Group connectivity type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type GroupConnectivityModifier and TypeMethodDescriptionstatic Collection<GroupConnectivity> GroupConnectivity.values()Gets known GroupConnectivity values.Methods in com.azure.resourcemanager.network.models with parameters of type GroupConnectivityModifier and TypeMethodDescriptionConnectivityGroupItem.withGroupConnectivity(GroupConnectivity groupConnectivity) Set the groupConnectivity property: Group connectivity type.