Show / Hide Table of Contents

Class DeleteRequest

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

Constructors

View Source

DeleteRequest(string, string, ImmutableDictionary<string, PropertyValue>, TimeSpan)

Declaration
public DeleteRequest(string urn, string id, ImmutableDictionary<string, PropertyValue> properties, TimeSpan timeout)
Parameters
Type Name Description
string urn
string id
ImmutableDictionary<string, PropertyValue> properties
TimeSpan timeout

Fields

View Source

Id

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