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

ConnectAuthKind Struct

Definition

The authentication kind used to poll the data

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKindTypeConverter))]
public struct ConnectAuthKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKindTypeConverter))>]
type ConnectAuthKind = struct
    interface IArgumentCompleter
Public Structure ConnectAuthKind
Implements IArgumentCompleter, IEquatable(Of ConnectAuthKind)
Inheritance
ConnectAuthKind
Attributes
Implements

Fields

ApiKey
Basic
OAuth2

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ConnectAuthKind)

Compares values of enum type ConnectAuthKind

Equals(Object)

Compares values of enum type ConnectAuthKind (override for Object)

GetHashCode()

Returns hashCode for enum ConnectAuthKind

ToString()

Returns string representation for ConnectAuthKind

Operators

Equality(ConnectAuthKind, ConnectAuthKind)

Overriding == operator for enum ConnectAuthKind

Implicit(ConnectAuthKind to String)

Implicit operator to convert ConnectAuthKind to string

Implicit(String to ConnectAuthKind)

Implicit operator to convert string to ConnectAuthKind

Inequality(ConnectAuthKind, ConnectAuthKind)

Overriding != operator for enum ConnectAuthKind

Applies to