ProtectedItemModelUpdate Class

Definition

Protected item model update.

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

Constructors

Name Description
ProtectedItemModelUpdate()

Creates an new ProtectedItemModelUpdate instance.

Properties

Name Description
Id

Gets or sets the Id of the resource.

Name

Gets or sets the name of the resource.

Property

Protected item model properties.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Gets or sets the type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedItemModelUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedItemModelUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedItemModelUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to