ProtectableItemCollection 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.
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. |