次の方法で共有


RestServiceLinkedService.AuthenticationType プロパティ

定義

REST サービスへの接続に使用される認証の種類を取得または設定します。 指定できる値は、'Anonymous'、'Basic'、'AadServicePrincipal'、'ManagedServiceIdentity'、'OAuth2ClientCredential' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象