Show / Hide Table of Contents

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 Source

Category

The category of the recommendation.

Declaration
public readonly string Category
Field Value
Type Description
System.String
View Source

Description

The description of the issue or the opportunity identified by the recommendation.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Impact

The business impact of the recommendation.

Declaration
public readonly string Impact
Field Value
Type Description
System.String
View Source

RecommendationName

The name of the Advisor Recommendation.

Declaration
public readonly string RecommendationName
Field Value
Type Description
System.String
View Source

RecommendationTypeId

The recommendation type id of the Advisor Recommendation.

Declaration
public readonly string RecommendationTypeId
Field Value
Type Description
System.String
View Source

ResourceName

The name of the identified resource of the Advisor Recommendation.

Declaration
public readonly string ResourceName
Field Value
Type Description
System.String
View Source

ResourceType

The type of the identified resource of the Advisor Recommendation.

Declaration
public readonly string ResourceType
Field Value
Type Description
System.String
View Source

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>
View Source

UpdatedTime

The most recent time that Advisor checked the validity of the recommendation..

Declaration
public readonly string UpdatedTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.