ConnectAuthKind 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 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
Azure SDK for .NET