ArmRecoveryServicesSiteRecoveryModelFactory.A2AEventDetails Method
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.
Initializes a new instance of A2AEventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails A2AEventDetails(string protectedItemName = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fabricName = default, Azure.Core.AzureLocation? fabricLocation = default, string remoteFabricName = default, Azure.Core.AzureLocation? remoteFabricLocation = default);
static member A2AEventDetails : string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.AzureLocation> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AEventDetails
Public Shared Function A2AEventDetails (Optional protectedItemName As String = Nothing, Optional fabricObjectId As ResourceIdentifier = Nothing, Optional fabricName As String = Nothing, Optional fabricLocation As Nullable(Of AzureLocation) = Nothing, Optional remoteFabricName As String = Nothing, Optional remoteFabricLocation As Nullable(Of AzureLocation) = Nothing) As A2AEventDetails
Parameters
- protectedItemName
- String
The protected item arm name.
- fabricObjectId
- ResourceIdentifier
The azure vm arm id.
- fabricName
- String
Fabric arm name.
- fabricLocation
- Nullable<AzureLocation>
The fabric location.
- remoteFabricName
- String
Remote fabric arm name.
- remoteFabricLocation
- Nullable<AzureLocation>
Remote fabric location.
Returns
A new A2AEventDetails instance for mocking.