A2AUpdateContainerMappingInput 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
A2AUpdateContainerMappingInput() |
Initializes a new instance of the A2AUpdateContainerMappingInput class. |
A2AUpdateContainerMappingInput(String, String, String) |
Initializes a new instance of the A2AUpdateContainerMappingInput class. |
A2AUpdateContainerMappingInput()
Initializes a new instance of the A2AUpdateContainerMappingInput class.
public A2AUpdateContainerMappingInput ();
Public Sub New ()
Applies to
A2AUpdateContainerMappingInput(String, String, String)
Initializes a new instance of the A2AUpdateContainerMappingInput class.
public A2AUpdateContainerMappingInput (string agentAutoUpdateStatus = default, string automationAccountArmId = default, string automationAccountAuthenticationType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUpdateContainerMappingInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AUpdateContainerMappingInput
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'