Share via


VpnPolicyMemberAttributeType Struct

Definition

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