PSRecoveryServicesClient.ListAzureRmSiteRecoveryEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.