A2AProtectionContainerMappingDetails 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 provider specific settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectionContainerMappingDetailsTypeConverter))]
public class A2AProtectionContainerMappingDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AProtectionContainerMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectionContainerMappingDetailsTypeConverter))>]
type A2AProtectionContainerMappingDetails = class
interface IA2AProtectionContainerMappingDetails
interface IJsonSerializable
interface IProtectionContainerMappingProviderSpecificDetails
interface IValidates
Public Class A2AProtectionContainerMappingDetails
Implements IA2AProtectionContainerMappingDetails, IValidates
- Inheritance
-
A2AProtectionContainerMappingDetails
- Attributes
- Implements
Constructors
A2AProtectionContainerMappingDetails() |
Creates an new A2AProtectionContainerMappingDetails 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 |
Gets the class type. Overridden in derived classes. |
JobScheduleName |
The job schedule arm name. |
ScheduleName |
The schedule arm name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AProtectionContainerMappingDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AProtectionContainerMappingDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AProtectionContainerMappingDetails. |
FromJsonString(String) |
Creates a new instance of A2AProtectionContainerMappingDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AProtectionContainerMappingDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |