Share via


A2AEventDetails Constructors

Definition

Overloads

A2AEventDetails()

Initializes a new instance of the A2AEventDetails class.

A2AEventDetails(String, String, String, String, String, String)

Initializes a new instance of the A2AEventDetails class.

A2AEventDetails()

Initializes a new instance of the A2AEventDetails class.

public A2AEventDetails ();
Public Sub New ()

Applies to

A2AEventDetails(String, String, String, String, String, String)

Initializes a new instance of the A2AEventDetails class.

public A2AEventDetails (string protectedItemName = default, string fabricObjectId = default, string fabricName = default, string fabricLocation = default, string remoteFabricName = default, string remoteFabricLocation = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AEventDetails : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AEventDetails
Public Sub New (Optional protectedItemName As String = Nothing, Optional fabricObjectId As String = Nothing, Optional fabricName As String = Nothing, Optional fabricLocation As String = Nothing, Optional remoteFabricName As String = Nothing, Optional remoteFabricLocation As String = Nothing)

Parameters

protectedItemName
String

The protected item arm name.

fabricObjectId
String

The azure vm arm id.

fabricName
String

Fabric arm name.

fabricLocation
String

The fabric location.

remoteFabricName
String

Remote fabric arm name.

remoteFabricLocation
String

Remote fabric location.

Applies to