Share via


SignalRUpstreamAuthType Struct

Definition

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