VMwareCbtEventDetails 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.
Event details for VMwareCbt provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.VMwareCbtEventDetailsTypeConverter))]
public class VMwareCbtEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMwareCbtEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.VMwareCbtEventDetailsTypeConverter))>]
type VMwareCbtEventDetails = class
interface IVMwareCbtEventDetails
interface IJsonSerializable
interface IEventProviderSpecificDetails
interface IValidates
Public Class VMwareCbtEventDetails
Implements IValidates, IVMwareCbtEventDetails
- Inheritance
-
VMwareCbtEventDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| VMwareCbtEventDetails() |
Creates an new VMwareCbtEventDetails instance. |
Properties
| Name | Description |
|---|---|
| InstanceType |
Gets the class type. Overridden in derived classes. |
| MigrationItemName |
The migration item name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareCbtEventDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareCbtEventDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMwareCbtEventDetails. |
| FromJsonString(String) |
Creates a new instance of VMwareCbtEventDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareCbtEventDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |