CheckResult represents the results of a call to ResourceProvider.check.

interface CheckResult {
    failures?: provider.CheckFailure[];
    inputs?: any;
}

Properties

Properties

failures?: provider.CheckFailure[]

Any validation failures that occurred.

inputs?: any

The inputs to use, if any.

Generated using TypeDoc