你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionAuthenticationType Struct

Definition

Gateway connection authentication type.

public readonly struct ConnectionAuthenticationType : IEquatable<Azure.ResourceManager.Network.Models.ConnectionAuthenticationType>
type ConnectionAuthenticationType = struct
Public Structure ConnectionAuthenticationType
Implements IEquatable(Of ConnectionAuthenticationType)
Inheritance
ConnectionAuthenticationType
Implements

Constructors

Name Description
ConnectionAuthenticationType(String)

Initializes a new instance of ConnectionAuthenticationType.

Properties

Name Description
Certificate

Certificate-based authentication method for VPN gateway connections.

PSK

Pre-shared key authentication method for VPN gateway connections.

Methods

Name Description
Equals(ConnectionAuthenticationType)

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

Name Description
Equality(ConnectionAuthenticationType, ConnectionAuthenticationType)

Determines if two ConnectionAuthenticationType values are the same.

Implicit(String to ConnectionAuthenticationType)

Converts a String to a ConnectionAuthenticationType.

Inequality(ConnectionAuthenticationType, ConnectionAuthenticationType)

Determines if two ConnectionAuthenticationType values are not the same.

Applies to