AuthenticationMode 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.
Authentication Mode. Valid modes are ConnectionString
, Msi
and 'UserToken'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.AuthenticationModeTypeConverter))]
public struct AuthenticationMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.AuthenticationMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.AuthenticationModeTypeConverter))>]
type AuthenticationMode = struct
interface IArgumentCompleter
Public Structure AuthenticationMode
Implements IArgumentCompleter, IEquatable(Of AuthenticationMode)
- Inheritance
-
AuthenticationMode
- Attributes
- Implements
Fields
ConnectionString | |
Msi | |
UserToken |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AuthenticationMode) |
Compares values of enum type AuthenticationMode |
Equals(Object) |
Compares values of enum type AuthenticationMode (override for Object) |
GetHashCode() |
Returns hashCode for enum AuthenticationMode |
ToString() |
Returns string representation for AuthenticationMode |
Operators
Equality(AuthenticationMode, AuthenticationMode) |
Overriding == operator for enum AuthenticationMode |
Implicit(AuthenticationMode to String) |
Implicit operator to convert AuthenticationMode to string |
Implicit(String to AuthenticationMode) |
Implicit operator to convert string to AuthenticationMode |
Inequality(AuthenticationMode, AuthenticationMode) |
Overriding != operator for enum AuthenticationMode |