VpnPolicyMemberAttributeType Struct
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.
The Vpn Policy member attribute type.
public readonly struct VpnPolicyMemberAttributeType : IEquatable<Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType>
type VpnPolicyMemberAttributeType = struct
Public Structure VpnPolicyMemberAttributeType
Implements IEquatable(Of VpnPolicyMemberAttributeType)
- Inheritance
-
VpnPolicyMemberAttributeType
- Implements
Constructors
VpnPolicyMemberAttributeType(String) |
Initializes a new instance of VpnPolicyMemberAttributeType. |
Properties
AadGroupId |
AADGroupId. |
CertificateGroupId |
CertificateGroupId. |
RadiusAzureGroupId |
RadiusAzureGroupId. |
Methods
Equals(VpnPolicyMemberAttributeType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VpnPolicyMemberAttributeType, VpnPolicyMemberAttributeType) |
Determines if two VpnPolicyMemberAttributeType values are the same. |
Implicit(String to VpnPolicyMemberAttributeType) |
Converts a string to a VpnPolicyMemberAttributeType. |
Inequality(VpnPolicyMemberAttributeType, VpnPolicyMemberAttributeType) |
Determines if two VpnPolicyMemberAttributeType values are not the same. |
Applies to
Azure SDK for .NET