FabricModelUpdate Class

Definition

Fabric model update.

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

Constructors

Name Description
FabricModelUpdate()

Creates an new FabricModelUpdate instance.

Properties

Name Description
Id

Gets or sets the Id of the resource.

Name

Gets or sets the name of the resource.

Property

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

Tag

Gets or sets the resource tags.

Type

Gets or sets the type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FabricModelUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FabricModelUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FabricModelUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to