Show / Hide Table of Contents

Class CheckFailure

Inheritance
object
CheckFailure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class CheckFailure

Constructors

View Source

CheckFailure(string, string)

Declaration
public CheckFailure(string property, string reason)
Parameters
Type Name Description
string property
string reason

Properties

View Source

Property

Declaration
public string Property { get; set; }
Property Value
Type Description
string
View Source

Reason

Declaration
public string Reason { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.