MCPcopy Create free account
hub / github.com/PowerShell/DSC / ExportResult

Class ExportResult

lib/dsc-lib/src/dscresources/invoke_result.rs:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145#[serde(deny_unknown_fields)]
146#[dsc_repo_schema(base_name = "export", folder_path = "outputs/resource")]
147pub struct ExportResult {
148 /// The state of the resource as it was returned by the Export method.
149 #[serde(rename = "actualState")]
150 pub actual_state: Vec<Value>,
151}
152
153#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, JsonSchema, DscRepoSchema)]
154#[serde(deny_unknown_fields)]

Callers 2

invoke_dsc_resourceMethod · 0.85
invoke_dsc_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected