Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallApplicationRuleProtocolType
Packages that use AzureFirewallApplicationRuleProtocolType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRuleProtocolType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AzureFirewallApplicationRuleProtocolTypeModifier and TypeFieldDescriptionstatic final AzureFirewallApplicationRuleProtocolTypeAzureFirewallApplicationRuleProtocolType.HTTPStatic value Http for AzureFirewallApplicationRuleProtocolType.static final AzureFirewallApplicationRuleProtocolTypeAzureFirewallApplicationRuleProtocolType.HTTPSStatic value Https for AzureFirewallApplicationRuleProtocolType.static final AzureFirewallApplicationRuleProtocolTypeAzureFirewallApplicationRuleProtocolType.MSSQLStatic value Mssql for AzureFirewallApplicationRuleProtocolType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallApplicationRuleProtocolTypeModifier and TypeMethodDescriptionAzureFirewallApplicationRuleProtocolType.fromString(String name) Creates or finds a AzureFirewallApplicationRuleProtocolType from its string representation.AzureFirewallApplicationRuleProtocol.protocolType()Get the protocolType property: Protocol type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallApplicationRuleProtocolTypeModifier and TypeMethodDescriptionAzureFirewallApplicationRuleProtocolType.values()Gets known AzureFirewallApplicationRuleProtocolType values.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallApplicationRuleProtocolTypeModifier and TypeMethodDescriptionAzureFirewallApplicationRuleProtocol.withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType) Set the protocolType property: Protocol type.