Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -127,7 +127,7 @@ attributes:
description: Application Pool attributes that were set and processed by this
module invocation.
returned: success
type: dictionary
type: dict
sample:
enable32BitAppOnWin64: "true"
managedRuntimeVersion: "v4.0"
@ -143,7 +143,7 @@ info:
attributes:
description: Key value pairs showing the current Application Pool attributes.
returned: success
type: dictionary
type: dict
sample:
autoStart: true
managedRuntimeLoader: "webengine4.dll"
@ -161,7 +161,7 @@ info:
cpu:
description: Key value pairs showing the current Application Pool cpu attributes.
returned: success
type: dictionary
type: dict
sample:
action: "NoAction"
limit: 0
@ -171,7 +171,7 @@ info:
failure:
description: Key value pairs showing the current Application Pool failure attributes.
returned: success
type: dictionary
type: dict
sample:
autoShutdownExe: ""
orphanActionExe: ""
@ -181,12 +181,12 @@ info:
name:
description: Name of Application Pool that was processed by this module invocation.
returned: success
type: string
type: str
sample: "DefaultAppPool"
processModel:
description: Key value pairs showing the current Application Pool processModel attributes.
returned: success
type: dictionary
type: dict
sample:
identityType: "ApplicationPoolIdentity"
logonType: "LogonBatch"
@ -196,7 +196,7 @@ info:
recycling:
description: Key value pairs showing the current Application Pool recycling attributes.
returned: success
type: dictionary
type: dict
sample:
disallowOverlappingRotation: false
disallowRotationOnConfigChange: false
@ -204,6 +204,6 @@ info:
state:
description: Current runtime state of the pool as the module completed.
returned: success
type: string
type: str
sample: "Started"
'''