ArmAlertsManagementModelFactory.MonitorServiceList 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.
Initializes a new instance of MonitorServiceList.
public static Azure.ResourceManager.AlertsManagement.Models.MonitorServiceList MonitorServiceList (System.Collections.Generic.IEnumerable<Azure.ResourceManager.AlertsManagement.Models.MonitorServiceDetails> data = default);
static member MonitorServiceList : seq<Azure.ResourceManager.AlertsManagement.Models.MonitorServiceDetails> -> Azure.ResourceManager.AlertsManagement.Models.MonitorServiceList
Public Shared Function MonitorServiceList (Optional data As IEnumerable(Of MonitorServiceDetails) = Nothing) As MonitorServiceList
Parameters
Array of operations.
Returns
A new MonitorServiceList instance for mocking.