A2AContainerMappingInput Constructors
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.
Overloads
A2AContainerMappingInput() |
Initializes a new instance of the A2AContainerMappingInput class. |
A2AContainerMappingInput(String, String, String) |
Initializes a new instance of the A2AContainerMappingInput class. |
A2AContainerMappingInput()
Initializes a new instance of the A2AContainerMappingInput class.
public A2AContainerMappingInput ();
Public Sub New ()
Applies to
A2AContainerMappingInput(String, String, String)
Initializes a new instance of the A2AContainerMappingInput class.
public A2AContainerMappingInput (string agentAutoUpdateStatus = default, string automationAccountArmId = default, string automationAccountAuthenticationType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AContainerMappingInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AContainerMappingInput
Public Sub New (Optional agentAutoUpdateStatus As String = Nothing, Optional automationAccountArmId As String = Nothing, Optional automationAccountAuthenticationType As String = Nothing)
Parameters
- agentAutoUpdateStatus
- String
A value indicating whether the auto update is enabled. Possible values include: 'Disabled', 'Enabled'
- automationAccountArmId
- String
The automation account arm id.
- automationAccountAuthenticationType
- String
A value indicating the type authentication to use for automation Account. Possible values include: 'RunAsAccount', 'SystemAssignedIdentity'