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

ConnectAuthKind Struct

Definition

The authentication kind used to poll the data.

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

Constructors

ConnectAuthKind(String)

Initializes a new instance of ConnectAuthKind.

Properties

APIKey

APIKey.

Basic

Basic.

OAuth2

OAuth2.

Methods

Equals(ConnectAuthKind)

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(ConnectAuthKind, ConnectAuthKind)

Determines if two ConnectAuthKind values are the same.

Implicit(String to ConnectAuthKind)

Converts a string to a ConnectAuthKind.

Inequality(ConnectAuthKind, ConnectAuthKind)

Determines if two ConnectAuthKind values are not the same.

Applies to