Uses of Class
com.azure.resourcemanager.network.models.ActiveSecurityAdminRule
Packages that use ActiveSecurityAdminRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ActiveSecurityAdminRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ActiveSecurityAdminRuleModifier and TypeMethodDescriptionstatic ActiveSecurityAdminRuleActiveSecurityAdminRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveSecurityAdminRule from the JsonReader.ActiveSecurityAdminRule.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule.ActiveSecurityAdminRule.withCommitTime(OffsetDateTime commitTime) Set the commitTime property: Deployment time string.ActiveSecurityAdminRule.withConfigurationDescription(String configurationDescription) Set the configurationDescription property: A description of the security admin configuration.ActiveSecurityAdminRule.withDescription(String description) Set the description property: A description for this rule.ActiveSecurityAdminRule.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.ActiveSecurityAdminRule.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.ActiveSecurityAdminRule.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.ActiveSecurityAdminRule.withPriority(Integer priority) Set the priority property: The priority of the rule.ActiveSecurityAdminRule.withProtocol(SecurityConfigurationRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.ActiveSecurityAdminRule.withRegion(String region) Set the region property: Deployment region.ActiveSecurityAdminRule.withRuleCollectionAppliesToGroups(List<NetworkManagerSecurityGroupItem> ruleCollectionAppliesToGroups) Set the ruleCollectionAppliesToGroups property: Groups for rule collection.ActiveSecurityAdminRule.withRuleCollectionDescription(String ruleCollectionDescription) Set the ruleCollectionDescription property: A description of the rule collection.ActiveSecurityAdminRule.withRuleGroups(List<ConfigurationGroup> ruleGroups) Set the ruleGroups property: Effective configuration groups.ActiveSecurityAdminRule.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.ActiveSecurityAdminRule.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.