Uses of Class
com.azure.resourcemanager.network.models.VpnDeviceScriptParameters
-
Packages that use VpnDeviceScriptParameters 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. -
-
Uses of VpnDeviceScriptParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnDeviceScriptParameters Modifier and Type Method Description StringVirtualNetworkGatewaysClient. 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. -
Uses of VpnDeviceScriptParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnDeviceScriptParameters Modifier and Type Method Description VpnDeviceScriptParametersVpnDeviceScriptParameters. withDeviceFamily(String deviceFamily)Set the deviceFamily property: The device family for the vpn device.VpnDeviceScriptParametersVpnDeviceScriptParameters. withFirmwareVersion(String firmwareVersion)Set the firmwareVersion property: The firmware version for the vpn device.VpnDeviceScriptParametersVpnDeviceScriptParameters. withVendor(String vendor)Set the vendor property: The vendor for the vpn device.
-