| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleConditionApplicationProtocol |
FirewallPolicyRuleConditionApplicationProtocol.withPort(Integer port)
Set port number for the protocol, cannot be greater than 64000.
|
FirewallPolicyRuleConditionApplicationProtocol |
FirewallPolicyRuleConditionApplicationProtocol.withProtocolType(FirewallPolicyRuleConditionApplicationProtocolType protocolType)
Set protocol type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallPolicyRuleConditionApplicationProtocol> |
ApplicationRuleCondition.protocols()
Get array of Application Protocols.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationRuleCondition |
ApplicationRuleCondition.withProtocols(List<FirewallPolicyRuleConditionApplicationProtocol> protocols)
Set array of Application Protocols.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/