A2AUpdateContainerMappingInput 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.
A2A update protection container mapping.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AUpdateContainerMappingInputTypeConverter))]
public class A2AUpdateContainerMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AUpdateContainerMappingInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AUpdateContainerMappingInputTypeConverter))>]
type A2AUpdateContainerMappingInput = class
interface IA2AUpdateContainerMappingInput
interface IJsonSerializable
interface IReplicationProviderSpecificUpdateContainerMappingInput
interface IValidates
Public Class A2AUpdateContainerMappingInput
Implements IA2AUpdateContainerMappingInput, IValidates
- Inheritance
-
A2AUpdateContainerMappingInput
- Attributes
- Implements
Constructors
A2AUpdateContainerMappingInput() |
Creates an new A2AUpdateContainerMappingInput instance. |
Properties
AgentAutoUpdateStatus |
A value indicating whether the auto update is enabled. |
AutomationAccountArmId |
The automation account arm id. |
AutomationAccountAuthenticationType |
A value indicating the type authentication to use for automation Account. |
InstanceType |
The class type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AUpdateContainerMappingInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AUpdateContainerMappingInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AUpdateContainerMappingInput. |
FromJsonString(String) |
Creates a new instance of A2AUpdateContainerMappingInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AUpdateContainerMappingInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |