次の方法で共有


IotHubAuthenticationType 構造体

定義

ストレージ アカウントへの接続に使用される認証の種類を指定します。

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

コンストラクター

IotHubAuthenticationType(String)

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

プロパティ

IdentityBased

identityBased。

KeyBased

keyBased。

メソッド

Equals(IotHubAuthenticationType)

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

ToString()

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

演算子

Equality(IotHubAuthenticationType, IotHubAuthenticationType)

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

Implicit(String to IotHubAuthenticationType)

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

Inequality(IotHubAuthenticationType, IotHubAuthenticationType)

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

適用対象