次の方法で共有


SignalRUpstreamAuthType 構造体

定義

アップストリーム認証の種類列挙型。

public readonly struct SignalRUpstreamAuthType : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRUpstreamAuthType>
type SignalRUpstreamAuthType = struct
Public Structure SignalRUpstreamAuthType
Implements IEquatable(Of SignalRUpstreamAuthType)
継承
SignalRUpstreamAuthType
実装

コンストラクター

SignalRUpstreamAuthType(String)

SignalRUpstreamAuthType の新しいインスタンスを初期化します。

プロパティ

ManagedIdentity

ManagedIdentity。

None

[なし] :

メソッド

Equals(SignalRUpstreamAuthType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SignalRUpstreamAuthType, SignalRUpstreamAuthType)

2 つの SignalRUpstreamAuthType 値が同じかどうかを判断します。

Implicit(String to SignalRUpstreamAuthType)

文字列を SignalRUpstreamAuthType に変換します。

Inequality(SignalRUpstreamAuthType, SignalRUpstreamAuthType)

2 つの SignalRUpstreamAuthType 値が同じでないかどうかを判断します。

適用対象