Show / Hide Table of Contents

Class ConfigureRequest

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

Constructors

View Source

ConfigureRequest(ImmutableDictionary<string, string>, ImmutableDictionary<string, PropertyValue>, bool, bool)

Declaration
public ConfigureRequest(ImmutableDictionary<string, string> variables, ImmutableDictionary<string, PropertyValue> args, bool acceptSecrets, bool acceptResources)
Parameters
Type Name Description
ImmutableDictionary<string, string> variables
ImmutableDictionary<string, PropertyValue> args
bool acceptSecrets
bool acceptResources

Fields

View Source

AcceptResources

Declaration
public readonly bool AcceptResources
Field Value
Type Description
bool
View Source

AcceptSecrets

Declaration
public readonly bool AcceptSecrets
Field Value
Type Description
bool
View Source

Args

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

Variables

Declaration
public readonly ImmutableDictionary<string, string> Variables
Field Value
Type Description
ImmutableDictionary<string, string>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.