InMageRcmFailbackEventDetails 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 InMageRcmFailback provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackEventDetailsTypeConverter))]
public class InMageRcmFailbackEventDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackEventDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackEventDetailsTypeConverter))>]
type InMageRcmFailbackEventDetails = class
interface IInMageRcmFailbackEventDetails
interface IJsonSerializable
interface IEventProviderSpecificDetails
interface IValidates
Public Class InMageRcmFailbackEventDetails
Implements IInMageRcmFailbackEventDetails, IValidates
- Inheritance
-
InMageRcmFailbackEventDetails
- Attributes
- Implements
Constructors
InMageRcmFailbackEventDetails() |
Creates an new InMageRcmFailbackEventDetails instance. |
Properties
ApplianceName |
The appliance name. |
ComponentDisplayName |
The component display name. |
InstanceType |
Gets the class type. Overridden in derived classes. |
ProtectedItemName |
The protected item name. |
ServerType |
The server type. |
VMName |
The protected item name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmFailbackEventDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmFailbackEventDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackEventDetails. |
FromJsonString(String) |
Creates a new instance of InMageRcmFailbackEventDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmFailbackEventDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |