次の方法で共有


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

保護された項目のアーム名。

fabricObjectId
ResourceIdentifier

azure vm arm id。

fabricName
String

ファブリック アーム名。

fabricLocation
Nullable<AzureLocation>

ファブリックの場所。

remoteFabricName
String

リモート ファブリック のアーム名。

remoteFabricLocation
Nullable<AzureLocation>

リモート ファブリックの場所。

戻り値

モック作成用の新しい A2AEventDetails インスタンス。

適用対象