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