Show / Hide Table of Contents

Class MockResourceArgs

MockResourceArgs for use in NewResourceAsync

Inheritance
object
MockResourceArgs
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 MockResourceArgs

Properties

View Source

Id

Resource identifier.

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

Inputs

Dictionary of resource input properties.

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

Name

Resource Name.

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

Provider

Provider.

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

Type

Resource type name.

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