Show / Hide Table of Contents

Class MockCallArgs

MockCallArgs for use in CallAsync

Inheritance
object
MockCallArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Testing
Assembly: Pulumi.dll
Syntax
public class MockCallArgs

Properties

View Source

Args

Dictionary of input arguments.

Declaration
public ImmutableDictionary<string, object> Args { get; set; }
Property Value
Type Description
ImmutableDictionary<string, object>
View Source

Provider

Provider.

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

Token

Resource identifier.

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