| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
String |
VirtualNetworkGatewaysClient.vpnDeviceConfigurationScript(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
Mono<String> |
VirtualNetworkGatewaysClient.vpnDeviceConfigurationScriptAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
com.azure.core.http.rest.Response<String> |
VirtualNetworkGatewaysClient.vpnDeviceConfigurationScriptWithResponse(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters,
com.azure.core.util.Context context)
Gets a xml format representation for vpn device configuration script.
|
Mono<com.azure.core.http.rest.Response<String>> |
VirtualNetworkGatewaysClient.vpnDeviceConfigurationScriptWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
| Modifier and Type | Method and Description |
|---|---|
VpnDeviceScriptParameters |
VpnDeviceScriptParameters.withDeviceFamily(String deviceFamily)
Set the deviceFamily property: The device family for the vpn device.
|
VpnDeviceScriptParameters |
VpnDeviceScriptParameters.withFirmwareVersion(String firmwareVersion)
Set the firmwareVersion property: The firmware version for the vpn device.
|
VpnDeviceScriptParameters |
VpnDeviceScriptParameters.withVendor(String vendor)
Set the vendor property: The vendor for the vpn device.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.