CacheActiveDirectorySettings.DomainJoined プロパティ

定義

HPC Cacheが Active Directory ドメインに参加している場合は true を取得します。 指定できる値は、'Yes'、'No'、'Error' です。

[Newtonsoft.Json.JsonProperty(PropertyName="domainJoined")]
public string DomainJoined { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="domainJoined")>]
member this.DomainJoined : string
Public ReadOnly Property DomainJoined As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象