次の方法で共有


ManagedIdentityOptions.AuthorityHost プロパティ

定義

Azure Active Directory 機関のホスト。 既定値は、https://login.microsoftonline.com/ です。

[Newtonsoft.Json.JsonProperty("authorityhost")]
public Uri AuthorityHost { get; set; }
[<Newtonsoft.Json.JsonProperty("authorityhost")>]
member this.AuthorityHost : Uri with get, set
Public Property AuthorityHost As Uri

プロパティ値

Uri
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象