Share via


ProtectedItemModelCollection Class

Definition

Protected item model collection.

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

Constructors

ProtectedItemModelCollection()

Creates an new ProtectedItemModelCollection instance.

Properties

NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of protected items.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedItemModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedItemModelCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedItemModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to