ComponentMonitoringSetting Class

 

The monitoring settings for a component.

Namespace:   Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.ComponentMonitoringSetting

Syntax

public class ComponentMonitoringSetting : IComponentMonitoringSetting
public ref class ComponentMonitoringSetting : IComponentMonitoringSetting
type ComponentMonitoringSetting = 
    class
        interface IComponentMonitoringSetting
    end
Public Class ComponentMonitoringSetting
    Implements IComponentMonitoringSetting

Constructors

Name Description
System_CAPS_pubmethod ComponentMonitoringSetting()

Default constructor of ComponentMonitoringSetting

System_CAPS_pubmethod ComponentMonitoringSetting(MonitoringComponent, MonitoringLevel)

Constructor of ComponentMonitoringSetting

Properties

Name Description
System_CAPS_pubproperty Component

Gets or sets the monitoring component in string type. when setting the value, the parameter should be a string from MonitoringComponent (e.g. MonitoringComponent.Channel.ToString()).

System_CAPS_pubproperty Level

Gets or sets the monitoring level in string type. when setting the value, the parameter should be a string from MonitoringLevel (e.g MonitoringLevel.Normal.ToString()).

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IComponentMonitoringSetting.Component

Gets or sets the monitoring component in enum type.

System_CAPS_pubinterfaceSystem_CAPS_privproperty IComponentMonitoringSetting.Level

Gets or sets the monitoring component in enum type.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top