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
| Name | Description |
|---|---|
| StreamAnalyticsAuthenticationMode(String) |
Initializes a new instance of StreamAnalyticsAuthenticationMode. |
Properties
| Name | Description |
|---|---|
| ConnectionString |
ConnectionString. |
| Msi |
Msi. |
| UserToken |
UserToken. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |