Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRuleApplicationProtocol
Packages that use FirewallPolicyRuleApplicationProtocol
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyRuleApplicationProtocol in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type FirewallPolicyRuleApplicationProtocolModifier and TypeClassDescriptionfinal classProperties of the application rule protocol.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRuleApplicationProtocolModifier and TypeMethodDescriptionFirewallPolicyRuleApplicationProtocol.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyRuleApplicationProtocol from the JsonReader.Set the port property: Port number for the protocol, cannot be greater than 64000.FirewallPolicyRuleApplicationProtocol.withProtocolType(FirewallPolicyRuleApplicationProtocolType protocolType) Set the protocolType property: Protocol type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyRuleApplicationProtocolModifier and TypeMethodDescriptionApplicationRule.protocols()Get the protocols property: Array of Application Protocols.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FirewallPolicyRuleApplicationProtocolModifier and TypeMethodDescriptionApplicationRule.withProtocols(List<FirewallPolicyRuleApplicationProtocol> protocols) Set the protocols property: Array of Application Protocols.