InMageRcmUpdateContainerMappingInput 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 update protection container mapping.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmUpdateContainerMappingInputTypeConverter))]
public class InMageRcmUpdateContainerMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmUpdateContainerMappingInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmUpdateContainerMappingInputTypeConverter))>]
type InMageRcmUpdateContainerMappingInput = class
interface IInMageRcmUpdateContainerMappingInput
interface IJsonSerializable
interface IReplicationProviderSpecificUpdateContainerMappingInput
interface IValidates
Public Class InMageRcmUpdateContainerMappingInput
Implements IInMageRcmUpdateContainerMappingInput, IValidates
- Inheritance
-
InMageRcmUpdateContainerMappingInput
- Attributes
- Implements
Constructors
InMageRcmUpdateContainerMappingInput() |
Creates an new InMageRcmUpdateContainerMappingInput instance. |
Properties
EnableAgentAutoUpgrade |
A value indicating whether agent auto upgrade has to be enabled. |
InstanceType |
The class type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmUpdateContainerMappingInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmUpdateContainerMappingInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmUpdateContainerMappingInput. |
FromJsonString(String) |
Creates a new instance of InMageRcmUpdateContainerMappingInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmUpdateContainerMappingInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |