Partager via


A2AProtectionContainerMappingDetails Constructors

Definition

Overloads

A2AProtectionContainerMappingDetails()

Initializes a new instance of the A2AProtectionContainerMappingDetails class.

A2AProtectionContainerMappingDetails(String, String, String, String, String)

Initializes a new instance of the A2AProtectionContainerMappingDetails class.

A2AProtectionContainerMappingDetails()

Initializes a new instance of the A2AProtectionContainerMappingDetails class.

public A2AProtectionContainerMappingDetails ();
Public Sub New ()

Applies to

A2AProtectionContainerMappingDetails(String, String, String, String, String)

Initializes a new instance of the A2AProtectionContainerMappingDetails class.

public A2AProtectionContainerMappingDetails (string agentAutoUpdateStatus = default, string automationAccountArmId = default, string automationAccountAuthenticationType = default, string scheduleName = default, string jobScheduleName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AProtectionContainerMappingDetails : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AProtectionContainerMappingDetails
Public Sub New (Optional agentAutoUpdateStatus As String = Nothing, Optional automationAccountArmId As String = Nothing, Optional automationAccountAuthenticationType As String = Nothing, Optional scheduleName As String = Nothing, Optional jobScheduleName 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'

scheduleName
String

The schedule arm name.

jobScheduleName
String

The job schedule arm name.

Applies to