mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
820 B
Plaintext
45 lines
820 B
Plaintext
7 years ago
|
xTestResource Version: 1.0.0
|
||
|
|
||
|
Ensure:
|
||
|
Type: System.String
|
||
|
Value: Present
|
||
|
|
||
|
StringParam:
|
||
|
Type: System.String
|
||
|
Value: string param
|
||
|
|
||
|
UInt32Param:
|
||
|
Type: System.UInt32
|
||
|
Value: 1000
|
||
|
|
||
|
UInt64Param:
|
||
|
Type: System.UInt64
|
||
|
Value: 1000000
|
||
|
|
||
|
StringArrayParam:
|
||
|
Type: System.String[]
|
||
|
Value: [ "string 1", "string 2" ]
|
||
|
|
||
|
UInt32ArrayParam:
|
||
|
Type: System.UInt32[]
|
||
|
Value: [ 1000, 2000 ]
|
||
|
|
||
|
UInt64ArrayParam:
|
||
|
Type: System.UInt64[]
|
||
|
Value: [ 1000000, 2000000 ]
|
||
|
|
||
|
BooleanParam:
|
||
|
Type: System.Boolean
|
||
|
Value: True
|
||
|
|
||
|
PSCredentialParam:
|
||
|
Type: System.Management.Automation.PSCredential
|
||
|
Username: username
|
||
|
Password: password
|
||
|
|
||
|
CimInstanceParam:
|
||
|
Type: Microsoft.Management.Infrastructure.CimInstance
|
||
|
|
||
|
CimInstanceArrayParam:
|
||
|
Type: Microsoft.Management.Infrastructure.CimInstance[]
|