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.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2AUpdateContainerMappingInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificUpdateContainerMappingInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AUpdateContainerMappingInput = class
inherit ReplicationProviderSpecificUpdateContainerMappingInput
Public Class A2AUpdateContainerMappingInput
Inherits ReplicationProviderSpecificUpdateContainerMappingInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
A2AUpdateContainerMappingInput() |
Initializes a new instance of the A2AUpdateContainerMappingInput class. |
A2AUpdateContainerMappingInput(String, String, String) |
Initializes a new instance of the A2AUpdateContainerMappingInput class. |
Properties
AgentAutoUpdateStatus |
Gets or sets a value indicating whether the auto update is enabled. Possible values include: 'Disabled', 'Enabled' |
AutomationAccountArmId |
Gets or sets the automation account arm id. |
AutomationAccountAuthenticationType |
Gets or sets a value indicating the type authentication to use for automation Account. Possible values include: 'RunAsAccount', 'SystemAssignedIdentity' |