Show / Hide Table of Contents

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 Source

FilterByCategories

Declaration
public readonly ImmutableArray<string> FilterByCategories
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

FilterByResourceGroups

Declaration
public readonly ImmutableArray<string> FilterByResourceGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Recommendations

One or more recommendations blocks as defined below.

Declaration
public readonly ImmutableArray<GetRecommendationsRecommendationResult> Recommendations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRecommendationsRecommendationResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.