A2AContainerMappingInput 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 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. |