共用方式為


ServicePrincipalBase.AccountEnabled Property

Definition

Gets or sets whether or not the service principal account is enabled

[Newtonsoft.Json.JsonProperty(PropertyName="accountEnabled")]
public bool? AccountEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountEnabled")>]
member this.AccountEnabled : Nullable<bool> with get, set
Public Property AccountEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to