Class GetRecommendationsRecommendationResult
Inheritance
System.Object
GetRecommendationsRecommendationResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRecommendationsRecommendationResult
Fields
View SourceCategory
The category of the recommendation.
Declaration
public readonly string Category
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the issue or the opportunity identified by the recommendation.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Impact
The business impact of the recommendation.
Declaration
public readonly string Impact
Field Value
| Type | Description |
|---|---|
| System.String |
RecommendationName
The name of the Advisor Recommendation.
Declaration
public readonly string RecommendationName
Field Value
| Type | Description |
|---|---|
| System.String |
RecommendationTypeId
The recommendation type id of the Advisor Recommendation.
Declaration
public readonly string RecommendationTypeId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceName
The name of the identified resource of the Advisor Recommendation.
Declaration
public readonly string ResourceName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceType
The type of the identified resource of the Advisor Recommendation.
Declaration
public readonly string ResourceType
Field Value
| Type | Description |
|---|---|
| System.String |
SuppressionNames
A list of Advisor Suppression names of the Advisor Recommendation.
Declaration
public readonly ImmutableArray<string> SuppressionNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
UpdatedTime
The most recent time that Advisor checked the validity of the recommendation..
Declaration
public readonly string UpdatedTime
Field Value
| Type | Description |
|---|---|
| System.String |