| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VirtualNetworkGatewayInner.vpnClientConfiguration()
Get the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents
the P2S VpnClient configurations.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayInner |
VirtualNetworkGatewayInner.withVpnClientConfiguration(VpnClientConfiguration vpnClientConfiguration)
Set the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents
the P2S VpnClient configurations.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VirtualNetworkGateway.vpnClientConfiguration() |
VpnClientConfiguration |
VpnClientConfiguration.withAadAudience(String aadAudience)
Set the aadAudience property: The AADAudience property of the VirtualNetworkGateway resource for vpn client
connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withAadIssuer(String aadIssuer)
Set the aadIssuer property: The AADIssuer property of the VirtualNetworkGateway resource for vpn client
connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withAadTenant(String aadTenant)
Set the aadTenant property: The AADTenant property of the VirtualNetworkGateway resource for vpn client
connection used for AAD authentication.
|
VpnClientConfiguration |
VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress property: The radius server address property of the VirtualNetworkGateway resource
for vpn client connection.
|
VpnClientConfiguration |
VpnClientConfiguration.withRadiusServers(List<RadiusServer> radiusServers)
Set the radiusServers property: The radiusServers property for multiple radius server configuration.
|
VpnClientConfiguration |
VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)
Set the radiusServerSecret property: The radius secret property of the VirtualNetworkGateway resource for vpn
client connection.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space
for P2S VpnClient.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
Set the vpnClientIpsecPolicies property: VpnClientIpsecPolicies for virtual network gateway P2S client.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set the vpnClientProtocols property: VpnClientProtocols for Virtual network gateway.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)
Set the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.
|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)
Set the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.