Show / Hide Table of Contents

Class ReadRequest

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

Constructors

View Source

ReadRequest(string, string, ImmutableDictionary<string, PropertyValue>, ImmutableDictionary<string, PropertyValue>)

Declaration
public ReadRequest(string urn, string id, ImmutableDictionary<string, PropertyValue> properties, ImmutableDictionary<string, PropertyValue> inputs)
Parameters
Type Name Description
string urn
string id
ImmutableDictionary<string, PropertyValue> properties
ImmutableDictionary<string, PropertyValue> inputs

Fields

View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
string
View Source

Inputs

Declaration
public readonly ImmutableDictionary<string, PropertyValue> Inputs
Field Value
Type Description
ImmutableDictionary<string, PropertyValue>
View Source

Properties

Declaration
public readonly ImmutableDictionary<string, PropertyValue> Properties
Field Value
Type Description
ImmutableDictionary<string, PropertyValue>
View Source

Urn

Declaration
public readonly string Urn
Field Value
Type Description
string

Properties

View Source

Name

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

Type

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