ProtectedItemModelPropertiesUpdate Class

Definition

Protected item model properties update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemModelPropertiesUpdateTypeConverter))]
public class ProtectedItemModelPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemModelPropertiesUpdateTypeConverter))>]
type ProtectedItemModelPropertiesUpdate = class
    interface IProtectedItemModelPropertiesUpdate
    interface IJsonSerializable
Public Class ProtectedItemModelPropertiesUpdate
Implements IProtectedItemModelPropertiesUpdate
Inheritance
ProtectedItemModelPropertiesUpdate
Attributes
Implements

Constructors

Name Description
ProtectedItemModelPropertiesUpdate()

Creates an new ProtectedItemModelPropertiesUpdate instance.

Properties

Name Description
CustomProperty

Protected item model custom properties update.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedItemModelPropertiesUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedItemModelPropertiesUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelPropertiesUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedItemModelPropertiesUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to