MonitorServiceDetails Constructors
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.
Overloads
MonitorServiceDetails() |
Initializes a new instance of the MonitorServiceDetails class. |
MonitorServiceDetails(String, String) |
Initializes a new instance of the MonitorServiceDetails class. |
MonitorServiceDetails()
Initializes a new instance of the MonitorServiceDetails class.
public MonitorServiceDetails ();
Public Sub New ()
Applies to
MonitorServiceDetails(String, String)
Initializes a new instance of the MonitorServiceDetails class.
public MonitorServiceDetails (string name = default, string displayName = default);
new Microsoft.Azure.Management.AlertsManagement.Models.MonitorServiceDetails : string * string -> Microsoft.Azure.Management.AlertsManagement.Models.MonitorServiceDetails
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing)
Parameters
- name
- String
Monitor service name
- displayName
- String
Monitor service display name