ComponentMonitoringSetting 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
ComponentMonitoringSetting() | |
ComponentMonitoringSetting(MonitoringComponent, MonitoringLevel) |
ComponentMonitoringSetting()
public ComponentMonitoringSetting ();
Public Sub New ()
Applies to
ComponentMonitoringSetting(MonitoringComponent, MonitoringLevel)
public ComponentMonitoringSetting (Microsoft.WindowsAzure.MediaServices.Client.MonitoringComponent component, Microsoft.WindowsAzure.MediaServices.Client.MonitoringLevel level);
new Microsoft.WindowsAzure.MediaServices.Client.ComponentMonitoringSetting : Microsoft.WindowsAzure.MediaServices.Client.MonitoringComponent * Microsoft.WindowsAzure.MediaServices.Client.MonitoringLevel -> Microsoft.WindowsAzure.MediaServices.Client.ComponentMonitoringSetting
Public Sub New (component As MonitoringComponent, level As MonitoringLevel)
Parameters
- component
- MonitoringComponent
- level
- MonitoringLevel
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET