你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2AContainerMappingInput Class

Definition

A2A container mapping input.

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

Constructors

A2AContainerMappingInput()

Creates an new A2AContainerMappingInput 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 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.Api202301.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