VMwareMigrateFabricModelCustomProperties 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.
VMware migrate fabric model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareMigrateFabricModelCustomPropertiesTypeConverter))]
public class VMwareMigrateFabricModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareMigrateFabricModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareMigrateFabricModelCustomPropertiesTypeConverter))>]
type VMwareMigrateFabricModelCustomProperties = class
interface IVMwareMigrateFabricModelCustomProperties
interface IJsonSerializable
interface IFabricModelCustomProperties
interface IValidates
Public Class VMwareMigrateFabricModelCustomProperties
Implements IValidates, IVMwareMigrateFabricModelCustomProperties
- Inheritance
-
VMwareMigrateFabricModelCustomProperties
- Attributes
- Implements
Constructors
VMwareMigrateFabricModelCustomProperties() |
Creates an new VMwareMigrateFabricModelCustomProperties instance. |
Properties
InstanceType |
Gets or sets the instance type. |
MigrationSolutionId |
Gets or sets the ARM Id of the migration solution. |
VmwareSiteId |
Gets or sets the ARM Id of the VMware site. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareMigrateFabricModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareMigrateFabricModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareMigrateFabricModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of VMwareMigrateFabricModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareMigrateFabricModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |