MonitoringConfigurationCollection Class

 

Represents a collection of monitoring configuration.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<T>
    Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<T>
      Microsoft.WindowsAzure.MediaServices.Client.MonitoringConfigurationCollection

Syntax

public sealed class MonitoringConfigurationCollection : CloudBaseCollection<IMonitoringConfiguration>
public ref class MonitoringConfigurationCollection sealed : CloudBaseCollection<IMonitoringConfiguration^>
[<Sealed>]
type MonitoringConfigurationCollection = 
    class
        inherit CloudBaseCollection<IMonitoringConfiguration>
    end
Public NotInheritable Class MonitoringConfigurationCollection
    Inherits CloudBaseCollection(Of IMonitoringConfiguration)

Properties

Name Description
System_CAPS_pubproperty ElementType

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.(Inherited from BaseCollection<T>.)

System_CAPS_pubproperty Expression

Gets the expression tree that is associated with the instance of IQueryable.(Inherited from BaseCollection<T>.)

System_CAPS_pubproperty MediaContext

Gets or sets MediaContextBase.(Inherited from BaseCollection<T>.)

System_CAPS_pubproperty Provider

Gets the query provider that is associated with this data source.(Inherited from BaseCollection<T>.)

Methods

Name Description
System_CAPS_pubmethod Create(String, ICollection<ComponentMonitoringSetting>)

Create a monitoring configuration object.

System_CAPS_pubmethod CreateAsync(String, ICollection<ComponentMonitoringSetting>)

Create a monitoring configuration object in asynchronous mode.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that iterates through the collection.(Inherited from BaseCollection<T>.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.(Inherited from BaseCollection<T>.)

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