Uses of Class
com.azure.resourcemanager.network.fluent.models.SecurityUserRulePropertiesFormat
Packages that use SecurityUserRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of SecurityUserRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityUserRulePropertiesFormatModifier and TypeMethodDescriptionSecurityUserRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityUserRulePropertiesFormat from the JsonReader.SecurityUserRulePropertiesFormat.withDescription(String description) Set the description property: A description for this rule.SecurityUserRulePropertiesFormat.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.SecurityUserRulePropertiesFormat.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.SecurityUserRulePropertiesFormat.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRulePropertiesFormat.withProtocol(SecurityConfigurationRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.SecurityUserRulePropertiesFormat.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.SecurityUserRulePropertiesFormat.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.