FabricModelProperties 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 model properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelPropertiesTypeConverter))]
public class FabricModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelPropertiesTypeConverter))>]
type FabricModelProperties = class
interface IFabricModelProperties
interface IJsonSerializable
Public Class FabricModelProperties
Implements IFabricModelProperties
- Inheritance
-
FabricModelProperties
- Attributes
- Implements
Constructors
FabricModelProperties() |
Creates an new FabricModelProperties instance. |
Properties
CustomProperty |
Fabric model custom properties. |
Health |
Gets or sets the fabric health. |
HealthError |
Gets or sets the list of health errors. |
ProvisioningState |
Gets or sets the provisioning state of the fabric. |
ServiceEndpoint |
Gets or sets the service endpoint. |
ServiceResourceId |
Gets or sets the service resource Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FabricModelProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FabricModelProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelProperties. |
FromJsonString(String) |
Creates a new instance of FabricModelProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FabricModelProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |