VirtualWanSecurityProvider Constructors
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.
Overloads
VirtualWanSecurityProvider() |
Initializes a new instance of the VirtualWanSecurityProvider class. |
VirtualWanSecurityProvider(String, String, String) |
Initializes a new instance of the VirtualWanSecurityProvider class. |
VirtualWanSecurityProvider()
Initializes a new instance of the VirtualWanSecurityProvider class.
public VirtualWanSecurityProvider ();
Public Sub New ()
Applies to
VirtualWanSecurityProvider(String, String, String)
Initializes a new instance of the VirtualWanSecurityProvider class.
public VirtualWanSecurityProvider (string name = default, string url = default, string type = default);
new Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProvider : string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualWanSecurityProvider
Public Sub New (Optional name As String = Nothing, Optional url As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
Name of the security provider.
- url
- String
Url of the security provider.
- type
- String
Name of the security provider. Possible values include: 'External', 'Native'
Applies to
Azure SDK for .NET