Uses of Class
com.azure.resourcemanager.network.models.ConnectivityGroupItem
Packages that use ConnectivityGroupItem
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectivityGroupItem in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectivityGroupItemModifier and TypeMethodDescriptionConnectivityConfigurationInner.appliesToGroups()Get the appliesToGroups property: Groups for configuration.ConnectivityConfigurationProperties.appliesToGroups()Get the appliesToGroups property: Groups for configuration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectivityGroupItemModifier and TypeMethodDescriptionConnectivityConfigurationInner.withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups) Set the appliesToGroups property: Groups for configuration.ConnectivityConfigurationProperties.withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups) Set the appliesToGroups property: Groups for configuration. -
Uses of ConnectivityGroupItem in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectivityGroupItemModifier and TypeMethodDescriptionstatic ConnectivityGroupItemConnectivityGroupItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityGroupItem from the JsonReader.ConnectivityGroupItem.withGroupConnectivity(GroupConnectivity groupConnectivity) Set the groupConnectivity property: Group connectivity type.ConnectivityGroupItem.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global is supported.ConnectivityGroupItem.withNetworkGroupId(String networkGroupId) Set the networkGroupId property: Network group Id.ConnectivityGroupItem.withUseHubGateway(UseHubGateway useHubGateway) Set the useHubGateway property: Flag if need to use hub gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectivityGroupItemModifier and TypeMethodDescriptionActiveConnectivityConfiguration.appliesToGroups()Get the appliesToGroups property: Groups for configuration.EffectiveConnectivityConfiguration.appliesToGroups()Get the appliesToGroups property: Groups for configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConnectivityGroupItemModifier and TypeMethodDescriptionActiveConnectivityConfiguration.withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups) Set the appliesToGroups property: Groups for configuration.EffectiveConnectivityConfiguration.withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups) Set the appliesToGroups property: Groups for configuration.