Freigeben über


A2AEventDetails Class

Definition

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.

Applies to