Fabric Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |