| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientRootCertificate |
VpnClientRootCertificate.withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
VpnClientRootCertificate |
VpnClientRootCertificate.withName(String name)
Set the name of the resource that is unique within a resource group.
|
VpnClientRootCertificate |
VpnClientRootCertificate.withPublicCertData(String publicCertData)
Set the certificate public data.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpnClientRootCertificate> |
VpnClientConfiguration.vpnClientRootCertificates()
Get vpnClientRootCertificate for virtual network gateway.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)
Set vpnClientRootCertificate 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.
*/