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

EventModel Constructors

Definition

Overloads

EventModel()

Initializes a new instance of the EventModel class.

EventModel(String, String, String, String, EventProperties)

Initializes a new instance of the EventModel class.

EventModel()

Initializes a new instance of the EventModel class.

public EventModel ();
Public Sub New ()

Applies to

EventModel(String, String, String, String, EventProperties)

Initializes a new instance of the EventModel class.

public EventModel (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As EventProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
EventProperties

Event related data.

Applies to