Class GetAppArgs
Inherited Members
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 SourceGetAppArgs()
Declaration
public GetAppArgs()
Properties
View SourceAnnotations
(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> |
Name
The app name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The id of the project where the app is deployed (string)
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TargetNamespace
The namespace name where the app is deployed (string)
Declaration
public string TargetNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |