Share via


ProtectedItemModelCustomProperties Class

Definition

Protected item model custom properties.

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

Constructors

ProtectedItemModelCustomProperties()

Creates an new ProtectedItemModelCustomProperties instance.

Properties

InstanceType

Gets or sets the instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedItemModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedItemModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModelCustomProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModelCustomProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedItemModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to