Share via


FabricModelCollection Class

Definition

Fabric model collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelCollectionTypeConverter))]
public class FabricModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelCollectionTypeConverter))>]
type FabricModelCollection = class
    interface IFabricModelCollection
    interface IJsonSerializable
Public Class FabricModelCollection
Implements IFabricModelCollection
Inheritance
FabricModelCollection
Attributes
Implements

Constructors

FabricModelCollection()

Creates an new FabricModelCollection instance.

Properties

NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of fabrics.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FabricModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FabricModelCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FabricModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to