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