Share via


PSRecoveryServicesClient.ListAzureRmSiteRecoveryEvents Method

Definition

Gets all the Events with Event Query Params.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel> ListAzureRmSiteRecoveryEvents (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventQueryParameter parameters);
member this.ListAzureRmSiteRecoveryEvents : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventQueryParameter -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventModel>
Public Function ListAzureRmSiteRecoveryEvents (parameters As EventQueryParameter) As List(Of EventModel)

Parameters

parameters
EventQueryParameter

Event Query parameters.

Returns

Events list response.

Applies to