| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientRevokedCertificate |
VpnClientRevokedCertificate.withName(String name)
Set the name of the resource that is unique within a resource group.
|
VpnClientRevokedCertificate |
VpnClientRevokedCertificate.withThumbprint(String thumbprint)
Set the revoked VPN client certificate thumbprint.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpnClientRevokedCertificate> |
VpnClientConfiguration.vpnClientRevokedCertificates()
Get vpnClientRevokedCertificate for Virtual network gateway.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)
Set vpnClientRevokedCertificate for Virtual network gateway.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/