StreamAnalyticsAuthenticationMode 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'.
public readonly struct StreamAnalyticsAuthenticationMode : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsAuthenticationMode>
type StreamAnalyticsAuthenticationMode = struct
Public Structure StreamAnalyticsAuthenticationMode
Implements IEquatable(Of StreamAnalyticsAuthenticationMode)
- Inheritance
-
StreamAnalyticsAuthenticationMode
- Implements
Constructors
StreamAnalyticsAuthenticationMode(String) |
Initializes a new instance of StreamAnalyticsAuthenticationMode. |
Properties
ConnectionString |
ConnectionString. |
Msi |
Msi. |
UserToken |
UserToken. |
Methods
Equals(StreamAnalyticsAuthenticationMode) |
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(StreamAnalyticsAuthenticationMode, StreamAnalyticsAuthenticationMode) |
Determines if two StreamAnalyticsAuthenticationMode values are the same. |
Implicit(String to StreamAnalyticsAuthenticationMode) |
Converts a string to a StreamAnalyticsAuthenticationMode. |
Inequality(StreamAnalyticsAuthenticationMode, StreamAnalyticsAuthenticationMode) |
Determines if two StreamAnalyticsAuthenticationMode values are not the same. |