ArmNetworkModelFactory.VpnDeviceScriptContent(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.VpnDeviceScriptContent VpnDeviceScriptContent(string vendor = default, string deviceFamily = default, string firmwareVersion = default);
static member VpnDeviceScriptContent : string * string * string -> Azure.ResourceManager.Network.Models.VpnDeviceScriptContent
Public Shared Function VpnDeviceScriptContent (Optional vendor As String = Nothing, Optional deviceFamily As String = Nothing, Optional firmwareVersion As String = Nothing) As VpnDeviceScriptContent
Parameters
- vendor
- String
The vendor for the vpn device.
- deviceFamily
- String
The device family for the vpn device.
- firmwareVersion
- String
The firmware version for the vpn device.
Returns
A new VpnDeviceScriptContent instance for mocking.