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.
public class A2AEventDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryEventProviderSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails>
type A2AEventDetails = class
inherit SiteRecoveryEventProviderSpecificDetails
interface IJsonModel<A2AEventDetails>
interface IPersistableModel<A2AEventDetails>
Public Class A2AEventDetails
Inherits SiteRecoveryEventProviderSpecificDetails
Implements IJsonModel(Of A2AEventDetails), IPersistableModel(Of A2AEventDetails)
- Inheritance
- Implements
Properties
FabricLocation |
The fabric location. |
FabricName |
Fabric arm name. |
FabricObjectId |
The azure vm arm id. |
ProtectedItemName |
The protected item arm name. |
RemoteFabricLocation |
Remote fabric location. |
RemoteFabricName |
Remote fabric arm name. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET