你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmRecoveryServicesSiteRecoveryModelFactory.A2AEventDetails 方法

定义

初始化 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

参数

protectedItemName
String

受保护的项 arm 名称。

fabricObjectId
ResourceIdentifier

azure vm arm ID。

fabricName
String

结构臂名称。

fabricLocation
Nullable<AzureLocation>

构造位置。

remoteFabricName
String

远程构造臂名称。

remoteFabricLocation
Nullable<AzureLocation>

远程构造位置。

返回

用于模拟的新 A2AEventDetails 实例。

适用于