Class UpdateRequest
Inheritance
UpdateRequest
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
Fields
View Source
Id
Declaration
public readonly string Id
Field Value
View Source
IgnoreChanges
Declaration
public readonly ImmutableArray<string> IgnoreChanges
Field Value
View Source
News
Declaration
public readonly ImmutableDictionary<string, PropertyValue> News
Field Value
View Source
Olds
Declaration
public readonly ImmutableDictionary<string, PropertyValue> Olds
Field Value
View Source
Preview
Declaration
public readonly bool Preview
Field Value
View Source
Timeout
Declaration
public readonly TimeSpan Timeout
Field Value
View Source
Urn
Declaration
public readonly string Urn
Field Value
Properties
View Source
Name
Declaration
public string Name { get; }
Property Value
View Source
Type
Declaration
public string Type { get; }
Property Value