Share via


Fabric Class

Definition

Fabric definition.

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

Constructors

Fabric()

Creates an new Fabric instance.

Properties

Id

Resource Id

Location

Resource Location

Name

Resource Name

Property

Fabric related data.

Type

Resource Type

Methods

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