Share via


ProtectableItemCollection Class

Definition

Protectable item collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectableItemCollectionTypeConverter))]
public class ProtectableItemCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectableItemCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectableItemCollectionTypeConverter))>]
type ProtectableItemCollection = class
    interface IProtectableItemCollection
    interface IJsonSerializable
Public Class ProtectableItemCollection
Implements IProtectableItemCollection
Inheritance
ProtectableItemCollection
Attributes
Implements

Constructors

ProtectableItemCollection()

Creates an new ProtectableItemCollection instance.

Properties

NextLink

The value of next link.

Value

The Protectable item details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectableItemCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectableItemCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectableItemCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectableItemCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to