ArmNetworkModelFactory.VpnServerConfigurationPolicyGroupMember 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.VpnServerConfigurationPolicyGroupMember VpnServerConfigurationPolicyGroupMember(string name = default, Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType? attributeType = default, string attributeValue = default);
static member VpnServerConfigurationPolicyGroupMember : string * Nullable<Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType> * string -> Azure.ResourceManager.Network.Models.VpnServerConfigurationPolicyGroupMember
Public Shared Function VpnServerConfigurationPolicyGroupMember (Optional name As String = Nothing, Optional attributeType As Nullable(Of VpnPolicyMemberAttributeType) = Nothing, Optional attributeValue As String = Nothing) As VpnServerConfigurationPolicyGroupMember
Parameters
- name
- String
Name of the VpnServerConfigurationPolicyGroupMember.
- attributeType
- Nullable<VpnPolicyMemberAttributeType>
The Vpn Policy member attribute type.
- attributeValue
- String
The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
Returns
A new VpnServerConfigurationPolicyGroupMember instance for mocking.