Uses of Class
com.azure.resourcemanager.network.models.VpnDeviceScriptParameters
Packages that use VpnDeviceScriptParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnDeviceScriptParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnDeviceScriptParametersModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.vpnDeviceConfigurationScript(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters) Gets a xml format representation for vpn device configuration script.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.VirtualNetworkGatewaysClient.vpnDeviceConfigurationScriptWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters) Gets a xml format representation for vpn device configuration script. -
Uses of VpnDeviceScriptParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnDeviceScriptParametersModifier and TypeMethodDescriptionstatic VpnDeviceScriptParametersVpnDeviceScriptParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnDeviceScriptParameters from the JsonReader.VpnDeviceScriptParameters.withDeviceFamily(String deviceFamily) Set the deviceFamily property: The device family for the vpn device.VpnDeviceScriptParameters.withFirmwareVersion(String firmwareVersion) Set the firmwareVersion property: The firmware version for the vpn device.VpnDeviceScriptParameters.withVendor(String vendor) Set the vendor property: The vendor for the vpn device.