Recommendation Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class represent the recommendation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.RecommendationTypeConverter))]
public class Recommendation : Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IRecommendation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.RecommendationTypeConverter))>]
type Recommendation = class
interface IRecommendation
interface IJsonSerializable
Public Class Recommendation
Implements IRecommendation
- Inheritance
-
Recommendation
- Attributes
- Implements
Recommendation() |
Creates an new Recommendation instance. |
Id |
The Id of the recommendation. |
Short |
The short name of the recommendation. e.g. "Invalid TLS config" |
Solution |
List of recommendation solutions. |
Deserialize |
Deserializes a IDictionary into an instance of Recommendation. |
Deserialize |
Deserializes a PSObject into an instance of Recommendation. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IRecommendation. |
From |
Creates a new instance of Recommendation, deserializing the content from a json string. |
To |
Serializes this instance of Recommendation into a JsonNode. |
To |
Serializes this instance to a json string. |
To |
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |