AzStackHciFabricModelCustomProperties 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.
AzStackHCI fabric model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.AzStackHciFabricModelCustomPropertiesTypeConverter))]
public class AzStackHciFabricModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IAzStackHciFabricModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.AzStackHciFabricModelCustomPropertiesTypeConverter))>]
type AzStackHciFabricModelCustomProperties = class
interface IAzStackHciFabricModelCustomProperties
interface IJsonSerializable
interface IFabricModelCustomProperties
interface IValidates
Public Class AzStackHciFabricModelCustomProperties
Implements IAzStackHciFabricModelCustomProperties, IValidates
- Inheritance
-
AzStackHciFabricModelCustomProperties
- Attributes
- Implements
Constructors
AzStackHciFabricModelCustomProperties() |
Creates an new AzStackHciFabricModelCustomProperties instance. |
Properties
ApplianceName |
Gets or sets the Appliance name. |
AzStackHciSiteId |
Gets or sets the ARM Id of the AzStackHCI site. |
Cluster |
AzStackHCI cluster properties. |
FabricContainerId |
Gets or sets the fabric container Id. |
FabricResourceId |
Gets or sets the fabric resource Id. |
InstanceType |
Gets or sets the instance type. |
MigrationHubUri |
Gets or sets the migration hub Uri. |
MigrationSolutionId |
Gets or sets the Migration solution ARM Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzStackHciFabricModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzStackHciFabricModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IAzStackHciFabricModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of AzStackHciFabricModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzStackHciFabricModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |