Recommendation Class

Definition

A class represent the recommendation.

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.RecommendationTypeConverter))]
public class Recommendation : Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IRecommendation
Inheritance
Recommendation
Attributes
Implements

Constructors

Recommendation()

Creates an new Recommendation instance.

Properties

Id

The Id of the recommendation.

ShortName

The short name of the recommendation. e.g. "Invalid TLS config"

Solution

List of recommendation solutions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Recommendation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Recommendation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IRecommendation.

FromJsonString(String)

Creates a new instance of Recommendation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Recommendation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to

Termék Verziók
Azure - PowerShell Commands 12 (LTS), Latest