SolutionsCollection Class
Definition
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.
Collection of solutions.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionsCollectionTypeConverter))]
public class SolutionsCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionsCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionsCollectionTypeConverter))>]
type SolutionsCollection = class
interface ISolutionsCollection
interface IJsonSerializable
Public Class SolutionsCollection
Implements ISolutionsCollection
- Inheritance
-
SolutionsCollection
- Attributes
- Implements
Constructors
SolutionsCollection() |
Creates an new SolutionsCollection instance. |
Properties
NextLink |
Gets or sets the value of next link. |
Value |
Gets or sets the list of solutions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SolutionsCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SolutionsCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionsCollection. |
FromJsonString(String) |
Creates a new instance of SolutionsCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SolutionsCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |