SignalRUpstreamAuthType 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.
Upstream auth type enum.
public readonly struct SignalRUpstreamAuthType : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRUpstreamAuthType>
type SignalRUpstreamAuthType = struct
Public Structure SignalRUpstreamAuthType
Implements IEquatable(Of SignalRUpstreamAuthType)
- Inheritance
-
SignalRUpstreamAuthType
- Implements
Constructors
SignalRUpstreamAuthType(String) |
Initializes a new instance of SignalRUpstreamAuthType. |
Properties
ManagedIdentity |
ManagedIdentity. |
None |
None. |
Methods
Equals(SignalRUpstreamAuthType) |
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(SignalRUpstreamAuthType, SignalRUpstreamAuthType) |
Determines if two SignalRUpstreamAuthType values are the same. |
Implicit(String to SignalRUpstreamAuthType) |
Converts a String to a SignalRUpstreamAuthType. |
Inequality(SignalRUpstreamAuthType, SignalRUpstreamAuthType) |
Determines if two SignalRUpstreamAuthType values are not the same. |
Applies to
Azure SDK for .NET