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