Show / Hide Table of Contents

Class UpdateRequest

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

Constructors

View Source

UpdateRequest(string, string, ImmutableDictionary<string, PropertyValue>, ImmutableDictionary<string, PropertyValue>, TimeSpan, ImmutableArray<string>, bool)

Declaration
public UpdateRequest(string urn, string id, ImmutableDictionary<string, PropertyValue> olds, ImmutableDictionary<string, PropertyValue> news, TimeSpan timeout, ImmutableArray<string> ignoreChanges, bool preview)
Parameters
Type Name Description
string urn
string id
ImmutableDictionary<string, PropertyValue> olds
ImmutableDictionary<string, PropertyValue> news
TimeSpan timeout
ImmutableArray<string> ignoreChanges
bool preview

Fields

View Source

Id

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

IgnoreChanges

Declaration
public readonly ImmutableArray<string> IgnoreChanges
Field Value
Type Description
ImmutableArray<string>
View Source

News

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

Olds

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

Preview

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