Class GetRecommendationsArgs
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 GetRecommendationsArgs : InvokeArgs
Constructors
View SourceGetRecommendationsArgs()
Declaration
public GetRecommendationsArgs()
Properties
View SourceFilterByCategories
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> |
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> |