你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GroupCreateParameters.SecurityEnabled 属性

定义

组是否为安全组。 必须为 true。 这是因为使用 Graph API 只能创建纯安全组。

[Newtonsoft.Json.JsonProperty(PropertyName="securityEnabled")]
public static bool SecurityEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityEnabled")>]
static member SecurityEnabled : bool
Public Shared ReadOnly Property SecurityEnabled As Boolean

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于