RecommendationCollection Class

Definition

[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()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to