Show / Hide Table of Contents

Class GetRecommendationsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRecommendationsArgs
Inherited Members
InvokeArgs.Empty
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 GetRecommendationsArgs : InvokeArgs

Constructors

View Source

GetRecommendationsArgs()

Declaration
public GetRecommendationsArgs()

Properties

View Source

FilterByCategories

Specifies a list of categories in which the Advisor Recommendations will be listed. Possible values are HighAvailability, Security, Performance, Cost and OperationalExcellence.

Declaration
public List<string> FilterByCategories { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

FilterByResourceGroups

Specifies a list of resource groups about which the Advisor Recommendations will be listed.

Declaration
public List<string> FilterByResourceGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.