VpnServerConfigurationPolicyGroupMember 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
VpnServerConfigurationPolicyGroupMember() |
Initializes a new instance of the VpnServerConfigurationPolicyGroupMember class. |
VpnServerConfigurationPolicyGroupMember(String, String, String) |
Initializes a new instance of the VpnServerConfigurationPolicyGroupMember class. |
VpnServerConfigurationPolicyGroupMember()
Initializes a new instance of the VpnServerConfigurationPolicyGroupMember class.
public VpnServerConfigurationPolicyGroupMember ();
Public Sub New ()
Applies to
VpnServerConfigurationPolicyGroupMember(String, String, String)
Initializes a new instance of the VpnServerConfigurationPolicyGroupMember class.
public VpnServerConfigurationPolicyGroupMember (string name = default, string attributeType = default, string attributeValue = default);
new Microsoft.Azure.Management.Network.Models.VpnServerConfigurationPolicyGroupMember : string * string * string -> Microsoft.Azure.Management.Network.Models.VpnServerConfigurationPolicyGroupMember
Public Sub New (Optional name As String = Nothing, Optional attributeType As String = Nothing, Optional attributeValue As String = Nothing)
Parameters
- name
- String
Name of the VpnServerConfigurationPolicyGroupMember.
- attributeType
- String
The Vpn Policy member attribute type. Possible values include: 'CertificateGroupId', 'AADGroupId', 'RadiusAzureGroupId'
- attributeValue
- String
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.