| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static VirtualWanSecurityProviderType |
VirtualWanSecurityProviderType.EXTERNAL
Static value External for VirtualWanSecurityProviderType.
|
static VirtualWanSecurityProviderType |
VirtualWanSecurityProviderType.NATIVE
Static value Native for VirtualWanSecurityProviderType.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualWanSecurityProviderType |
VirtualWanSecurityProviderType.fromString(String name)
Creates or finds a VirtualWanSecurityProviderType from its string representation.
|
VirtualWanSecurityProviderType |
VirtualWanSecurityProvider.type()
Get name of the security provider.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<VirtualWanSecurityProviderType> |
VirtualWanSecurityProviderType.values() |
| Modifier and Type | Method and Description |
|---|---|
VirtualWanSecurityProvider |
VirtualWanSecurityProvider.withType(VirtualWanSecurityProviderType type)
Set name of the security provider.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/