Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd287999

Browse files
committed
Clarification on script-based
1 parentda620cc commitd287999

File tree

1 file changed

+3
-3
lines changed
  • docs/reference/resources/Microsoft/Windows/WindowsPowerShell

1 file changed

+3
-3
lines changed

‎docs/reference/resources/Microsoft/Windows/WindowsPowerShell/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ The `type` property identifies the adapted instance's PSDSC Resource. The value
198198
must be the valid fully qualified type name for the resource.
199199

200200
This adapter uses the following syntax for determining the fully qualified type name of a PSDSC
201-
resource implemented as a PowerShellclass:
201+
resource implemented as aWindowsPowerShellscript-based:
202202

203203
```Syntax
204-
<module name>/<class name>
204+
<module name>/<script-based name>
205205
```
206206

207-
For example, if a PowerShell module named **TailspinToys** has aclass-based PSDSC resource named
207+
For example, if a PowerShell module named **TailspinToys** has ascript-based PSDSC resource named
208208
`TSToy`, the fully qualified type name for that resource is `TailspinToys/TSToy`.
209209

210210
For more information about type names in DSC, see

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp