Partager via


DigitalTwinsEndpointResourceProperties.AuthenticationType Propriété

Définition

Obtient ou définit spécifie le type d’authentification utilisé pour la connexion au point de terminaison. La valeur par défaut est « KeyBased ». Si 'KeyBased' est sélectionné, une chaîne de connexion doit être spécifiée (au moins la chaîne de connexion principale). Si « IdentityBased » est sélectionné, les propriétés endpointUri et entityPath doivent être spécifiées. Les valeurs possibles sont les suivantes : '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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à