Show / Hide Table of Contents

Class ImportResult

Inheritance
object
ImportResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class ImportResult

Constructors

View Source

ImportResult(string, string, UpdateSummary, string?)

Declaration
public ImportResult(string standardOutput, string standardError, UpdateSummary summary, string? generatedCode = null)
Parameters
Type Name Description
string standardOutput
string standardError
UpdateSummary summary
string generatedCode

Properties

View Source

GeneratedCode

Declaration
public string? GeneratedCode { get; set; }
Property Value
Type Description
string
View Source

StandardError

Declaration
public string StandardError { get; init; }
Property Value
Type Description
string
View Source

StandardOutput

Declaration
public string StandardOutput { get; init; }
Property Value
Type Description
string
View Source

Summary

Declaration
public UpdateSummary Summary { get; init; }
Property Value
Type Description
UpdateSummary
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.