A2AContainerMappingInput Class

Definition

A2A container mapping input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AContainerMappingInputTypeConverter))]
public class A2AContainerMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AContainerMappingInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AContainerMappingInputTypeConverter))>]
type A2AContainerMappingInput = class
    interface IA2AContainerMappingInput
    interface IJsonSerializable
    interface IReplicationProviderSpecificContainerMappingInput
    interface IValidates
Public Class A2AContainerMappingInput
Implements IA2AContainerMappingInput, IValidates
Inheritance
A2AContainerMappingInput
Attributes
Implements

Constructors

Name Description
A2AContainerMappingInput()

Creates an new A2AContainerMappingInput instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AContainerMappingInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AContainerMappingInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AContainerMappingInput.

FromJsonString(String)

Creates a new instance of A2AContainerMappingInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AContainerMappingInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to