Share via


RecommendationCollection Class

Definition

Collection of recommendations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationCollectionTypeConverter))]
public class RecommendationCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationCollectionTypeConverter))>]
type RecommendationCollection = class
    interface IRecommendationCollection
    interface IJsonSerializable
Public Class RecommendationCollection
Implements IRecommendationCollection
Inheritance
RecommendationCollection
Attributes
Implements

Constructors

RecommendationCollection()

Creates an new RecommendationCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecommendationCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecommendationCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRecommendationCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecommendationCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to