InMageRcmProtectionContainerMappingDetails 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.
InMageRcm provider specific container mapping details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmProtectionContainerMappingDetailsTypeConverter))]
public class InMageRcmProtectionContainerMappingDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmProtectionContainerMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmProtectionContainerMappingDetailsTypeConverter))>]
type InMageRcmProtectionContainerMappingDetails = class
interface IInMageRcmProtectionContainerMappingDetails
interface IJsonSerializable
interface IProtectionContainerMappingProviderSpecificDetails
interface IValidates
Public Class InMageRcmProtectionContainerMappingDetails
Implements IInMageRcmProtectionContainerMappingDetails, IValidates
- Inheritance
-
InMageRcmProtectionContainerMappingDetails
- Attributes
- Implements
Constructors
InMageRcmProtectionContainerMappingDetails() |
Creates an new InMageRcmProtectionContainerMappingDetails instance. |
Properties
EnableAgentAutoUpgrade |
A value indicating whether the flag for enable agent auto upgrade. |
InstanceType |
Gets the class type. Overridden in derived classes. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmProtectionContainerMappingDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmProtectionContainerMappingDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmProtectionContainerMappingDetails. |
FromJsonString(String) |
Creates a new instance of InMageRcmProtectionContainerMappingDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmProtectionContainerMappingDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |