次の方法で共有


DigitalTwinsEndpointResourceProperties.AuthenticationType プロパティ

定義

エンドポイントへの接続に使用される認証の種類を取得または設定します。 既定値は 'KeyBased' です。 'KeyBased' が選択されている場合は、接続文字列 (少なくともプライマリ接続文字列) を指定する必要があります。 'IdentityBased' が選択されている場合は、endpointUri プロパティと entityPath プロパティを指定する必要があります。 使用可能な値は、'KeyBased'、'IdentityBased' です。

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象