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