DigitalTwinsEndpointResourceProperties.AuthenticationType プロパティ

定義

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

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)

プロパティ値

適用対象