Class GetApplicationResult
Inheritance
System.Object
GetApplicationResult
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.NewRelic
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class GetApplicationResult
Fields
View SourceHostIds
A list of host IDs associated with the application.
Declaration
public readonly ImmutableArray<int> HostIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceIds
A list of instance IDs associated with the application.
Declaration
public readonly ImmutableArray<int> InstanceIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |