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

ASREvent Constructors

Definition

Overloads

ASREvent()

Initializes a new instance of the ASREvent class.

ASREvent(EventModel)

Initializes a new instance of the ASREvent class with required parameters.

ASREvent()

Initializes a new instance of the ASREvent class.

public ASREvent ();
Public Sub New ()

Applies to

ASREvent(EventModel)

Initializes a new instance of the ASREvent class with required parameters.

public ASREvent (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel backendEvent);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent
Public Sub New (backendEvent As EventModel)

Parameters

backendEvent
EventModel

ASR Event object

Applies to