Uses of Class
com.azure.resourcemanager.network.fluent.models.SecurityRulePropertiesFormat
Packages that use SecurityRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of SecurityRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityRulePropertiesFormatModifier and TypeMethodDescriptionstatic SecurityRulePropertiesFormatSecurityRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityRulePropertiesFormat from the JsonReader.SecurityRulePropertiesFormat.withAccess(SecurityRuleAccess access) Set the access property: The network traffic is allowed or denied.SecurityRulePropertiesFormat.withDescription(String description) Set the description property: A description for this rule.SecurityRulePropertiesFormat.withDestinationAddressPrefix(String destinationAddressPrefix) Set the destinationAddressPrefix property: The destination address prefix.SecurityRulePropertiesFormat.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes) Set the destinationAddressPrefixes property: The destination address prefixes.SecurityRulePropertiesFormat.withDestinationApplicationSecurityGroups(List<ApplicationSecurityGroupInner> destinationApplicationSecurityGroups) Set the destinationApplicationSecurityGroups property: The application security group specified as destination.SecurityRulePropertiesFormat.withDestinationPortRange(String destinationPortRange) Set the destinationPortRange property: The destination port or range.SecurityRulePropertiesFormat.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.SecurityRulePropertiesFormat.withDirection(SecurityRuleDirection direction) Set the direction property: The direction of the rule.SecurityRulePropertiesFormat.withPriority(int priority) Set the priority property: The priority of the rule.SecurityRulePropertiesFormat.withProtocol(SecurityRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.SecurityRulePropertiesFormat.withSourceAddressPrefix(String sourceAddressPrefix) Set the sourceAddressPrefix property: The CIDR or source IP range.SecurityRulePropertiesFormat.withSourceAddressPrefixes(List<String> sourceAddressPrefixes) Set the sourceAddressPrefixes property: The CIDR or source IP ranges.SecurityRulePropertiesFormat.withSourceApplicationSecurityGroups(List<ApplicationSecurityGroupInner> sourceApplicationSecurityGroups) Set the sourceApplicationSecurityGroups property: The application security group specified as source.SecurityRulePropertiesFormat.withSourcePortRange(String sourcePortRange) Set the sourcePortRange property: The source port or range.SecurityRulePropertiesFormat.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.