Uses of Class
com.azure.resourcemanager.network.models.EffectiveBaseSecurityAdminRule
Packages that use EffectiveBaseSecurityAdminRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveBaseSecurityAdminRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type EffectiveBaseSecurityAdminRuleModifier and TypeMethodDescriptionNetworkManagerEffectiveSecurityAdminRulesListResultInner.value()Get the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type EffectiveBaseSecurityAdminRuleModifier and TypeMethodDescriptionNetworkManagerEffectiveSecurityAdminRulesListResultInner.withValue(List<EffectiveBaseSecurityAdminRule> value) Set the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules. -
Uses of EffectiveBaseSecurityAdminRule in com.azure.resourcemanager.network.models
Subclasses of EffectiveBaseSecurityAdminRule in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classNetwork default admin rule.final classNetwork admin rule.Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type EffectiveBaseSecurityAdminRuleMethods in com.azure.resourcemanager.network.models that return EffectiveBaseSecurityAdminRuleModifier and TypeMethodDescriptionEffectiveBaseSecurityAdminRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveBaseSecurityAdminRule from the JsonReader.EffectiveBaseSecurityAdminRule.withConfigurationDescription(String configurationDescription) Set the configurationDescription property: A description of the security admin configuration.Set the id property: Resource ID.EffectiveBaseSecurityAdminRule.withRuleCollectionAppliesToGroups(List<NetworkManagerSecurityGroupItem> ruleCollectionAppliesToGroups) Set the ruleCollectionAppliesToGroups property: Groups for rule collection.EffectiveBaseSecurityAdminRule.withRuleCollectionDescription(String ruleCollectionDescription) Set the ruleCollectionDescription property: A description of the rule collection.EffectiveBaseSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.