Show / Hide Table of Contents

Class GetAppArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAppArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetAppArgs : InvokeArgs

Constructors

View Source

GetAppArgs()

Declaration
public GetAppArgs()

Properties

View Source

Annotations

(Computed) Annotations for the catalog (map)

Declaration
public Dictionary<string, object> Annotations { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Name

The app name (string)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

The id of the project where the app is deployed (string)

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
View Source

TargetNamespace

The namespace name where the app is deployed (string)

Declaration
public string TargetNamespace { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.