ArmRecoveryServicesSiteRecoveryModelFactory.A2AProtectionContainerMappingDetails Method
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.
Initializes a new instance of A2AProtectionContainerMappingDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AProtectionContainerMappingDetails A2AProtectionContainerMappingDetails(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAgentAutoUpdateStatus? agentAutoUpdateStatus = default, Azure.Core.ResourceIdentifier automationAccountArmId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutomationAccountAuthenticationType? automationAccountAuthenticationType = default, string scheduleName = default, string jobScheduleName = default);
static member A2AProtectionContainerMappingDetails : Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAgentAutoUpdateStatus> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutomationAccountAuthenticationType> * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AProtectionContainerMappingDetails
Public Shared Function A2AProtectionContainerMappingDetails (Optional agentAutoUpdateStatus As Nullable(Of SiteRecoveryAgentAutoUpdateStatus) = Nothing, Optional automationAccountArmId As ResourceIdentifier = Nothing, Optional automationAccountAuthenticationType As Nullable(Of AutomationAccountAuthenticationType) = Nothing, Optional scheduleName As String = Nothing, Optional jobScheduleName As String = Nothing) As A2AProtectionContainerMappingDetails
Parameters
- agentAutoUpdateStatus
- Nullable<SiteRecoveryAgentAutoUpdateStatus>
A value indicating whether the auto update is enabled.
- automationAccountArmId
- ResourceIdentifier
The automation account arm id.
- automationAccountAuthenticationType
- Nullable<AutomationAccountAuthenticationType>
A value indicating the type authentication to use for automation Account.
- scheduleName
- String
The schedule arm name.
- jobScheduleName
- String
The job schedule arm name.
Returns
A new A2AProtectionContainerMappingDetails instance for mocking.