Show / Hide Table of Contents

Class CreateRequest

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

Constructors

View Source

CreateRequest(string, ImmutableDictionary<string, PropertyValue>, TimeSpan, bool)

Declaration
public CreateRequest(string urn, ImmutableDictionary<string, PropertyValue> properties, TimeSpan timeout, bool preview)
Parameters
Type Name Description
string urn
ImmutableDictionary<string, PropertyValue> properties
TimeSpan timeout
bool preview

Fields

View Source

Preview

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

Properties

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

Timeout

Declaration
public readonly TimeSpan Timeout
Field Value
Type Description
TimeSpan
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.