你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于