Uses of Class
com.azure.resourcemanager.network.models.ConfigurationGroup
Packages that use ConfigurationGroup
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConfigurationGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConfigurationGroupModifier and TypeMethodDescriptionstatic ConfigurationGroupConfigurationGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigurationGroup from the JsonReader.ConfigurationGroup.withDescription(String description) Set the description property: A description of the network group.Set the id property: Network group ID.ConfigurationGroup.withMemberType(GroupMemberType memberType) Set the memberType property: The type of the group member.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConfigurationGroupModifier and TypeMethodDescriptionEffectiveConnectivityConfiguration.configurationGroups()Get the configurationGroups property: Effective configuration groups.ActiveBaseSecurityAdminRule.ruleGroups()Get the ruleGroups property: Effective configuration groups.EffectiveBaseSecurityAdminRule.ruleGroups()Get the ruleGroups property: Effective configuration groups.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConfigurationGroupModifier and TypeMethodDescriptionActiveConnectivityConfiguration.withConfigurationGroups(List<ConfigurationGroup> configurationGroups) Set the configurationGroups property: Effective configuration groups.EffectiveConnectivityConfiguration.withConfigurationGroups(List<ConfigurationGroup> configurationGroups) Set the configurationGroups property: Effective configuration groups.ActiveBaseSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.ActiveDefaultSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.ActiveSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.EffectiveBaseSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.EffectiveDefaultSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.EffectiveSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.