DigitalTwinsEndpointResourceProperties.AuthenticationType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
public Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsAuthenticationType? AuthenticationType { get; set; }
member this.AuthenticationType : Nullable<Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsAuthenticationType> with get, set
Public Property AuthenticationType As Nullable(Of DigitalTwinsAuthenticationType)
Valeur de propriété
S’applique à
Azure SDK for .NET