settingTemplateValue 资源类型
命名空间:microsoft.graph
表示单个模板设置定义,包括设置的默认值(如果未实例化)。
属性
属性 | 类型 | 说明 |
---|---|---|
defaultValue | String | 设置的默认值。 |
说明 | String | 设置的说明。 |
name | String | 设置的名称。 |
type | String | 设置的类型。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"defaultValue": "String",
"description": "String",
"name": "String",
"type": "String"
}