概要
定义可以为资源调用的作以及调用资源时的行为方式。
Metadata
SchemaDialect: https://json-schema.org/draft/2020-12/schema
SchemaID: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.1.0/definitions/resourceKind.json
Type: array
Required: true
ItemsMustBeUnique: true
ItemsType: string
ItemsValidValues: [
get,
set,
setHandlesExist,
whatIf,
test,
delete,
export,
resolve
]
Description
DSC 资源始终至少具有一项功能。 资源功能定义了可以为资源调用的作,以及资源在调用时的行为方式。
DSC 资源可能具有以下功能: