A2AEventDetails Class
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.
Model class for event details of a A2A event.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2AEventDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventProviderSpecificDetails
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AEventDetails = class
inherit EventProviderSpecificDetails
Public Class A2AEventDetails
Inherits EventProviderSpecificDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
A2AEventDetails() |
Initializes a new instance of the A2AEventDetails class. |
A2AEventDetails(String, String, String, String, String, String) |
Initializes a new instance of the A2AEventDetails class. |
Properties
FabricLocation |
Gets or sets the fabric location. |
FabricName |
Gets or sets fabric arm name. |
FabricObjectId |
Gets or sets the azure vm arm id. |
ProtectedItemName |
Gets or sets the protected item arm name. |
RemoteFabricLocation |
Gets or sets remote fabric location. |
RemoteFabricName |
Gets or sets remote fabric arm name. |