你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtectableItemCollection Class

Definition

Protectable item collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ProtectableItemCollectionTypeConverter))]
public class ProtectableItemCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IProtectableItemCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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