Fabric Class

Definition

Fabric definition.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.FabricTypeConverter))]
public class Fabric : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.FabricTypeConverter))>]
type Fabric = class
    interface IFabric
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class Fabric
Implements IFabric, IValidates
Inheritance
Fabric
Attributes
Implements

Constructors

Name Description
Fabric()

Creates an new Fabric instance.

Properties

Name Description
Id

Resource Id

Location

Resource Location

Name

Resource Name

Property

Fabric related data.

Type

Resource Type

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Fabric.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Fabric.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Fabric into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to