Class GetRecommendationsResult
Inheritance
System.Object
GetRecommendationsResult
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.Azure.Advisor
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRecommendationsResult
Fields
View SourceFilterByCategories
Declaration
public readonly ImmutableArray<string> FilterByCategories
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
FilterByResourceGroups
Declaration
public readonly ImmutableArray<string> FilterByResourceGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Recommendations
One or more recommendations blocks as defined below.
Declaration
public readonly ImmutableArray<GetRecommendationsRecommendationResult> Recommendations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRecommendationsRecommendationResult> |