Uses of Class
com.azure.resourcemanager.network.models.EffectiveSecurityAdminRule
Packages that use EffectiveSecurityAdminRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveSecurityAdminRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveSecurityAdminRuleModifier and TypeMethodDescriptionstatic EffectiveSecurityAdminRuleEffectiveSecurityAdminRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveSecurityAdminRule from the JsonReader.EffectiveSecurityAdminRule.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule.EffectiveSecurityAdminRule.withConfigurationDescription(String configurationDescription) Set the configurationDescription property: A description of the security admin configuration.EffectiveSecurityAdminRule.withDescription(String description) Set the description property: A description for this rule.EffectiveSecurityAdminRule.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.EffectiveSecurityAdminRule.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.EffectiveSecurityAdminRule.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.Set the id property: Resource ID.EffectiveSecurityAdminRule.withPriority(Integer priority) Set the priority property: The priority of the rule.EffectiveSecurityAdminRule.withProtocol(SecurityConfigurationRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.EffectiveSecurityAdminRule.withRuleCollectionAppliesToGroups(List<NetworkManagerSecurityGroupItem> ruleCollectionAppliesToGroups) Set the ruleCollectionAppliesToGroups property: Groups for rule collection.EffectiveSecurityAdminRule.withRuleCollectionDescription(String ruleCollectionDescription) Set the ruleCollectionDescription property: A description of the rule collection.EffectiveSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.EffectiveSecurityAdminRule.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.EffectiveSecurityAdminRule.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.