| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AzureFirewallApplicationRuleProtocolType |
AzureFirewallApplicationRuleProtocolType.HTTP
Static value Http for AzureFirewallApplicationRuleProtocolType.
|
static AzureFirewallApplicationRuleProtocolType |
AzureFirewallApplicationRuleProtocolType.HTTPS
Static value Https for AzureFirewallApplicationRuleProtocolType.
|
| Modifier and Type | Method and Description |
|---|---|
static AzureFirewallApplicationRuleProtocolType |
AzureFirewallApplicationRuleProtocolType.fromString(String name)
Creates or finds a AzureFirewallApplicationRuleProtocolType from its string representation.
|
AzureFirewallApplicationRuleProtocolType |
AzureFirewallApplicationRuleProtocol.protocolType()
Get protocol type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AzureFirewallApplicationRuleProtocolType> |
AzureFirewallApplicationRuleProtocolType.values() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallApplicationRuleProtocol |
AzureFirewallApplicationRuleProtocol.withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)
Set protocol type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/