DiagnosticMonitor Methods

 

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetDefaultInitialConfiguration()

Returns the default initial diagnostic monitor configuration for the current role instance.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Shutdown()

Stops the diagnostic monitor.

System_CAPS_pubmethodSystem_CAPS_static Start(String)

Starts a diagnostic monitor using the specified storage account and default diagnostic monitor configuration.

System_CAPS_pubmethodSystem_CAPS_static Start(String, DiagnosticMonitorConfiguration)

Starts a diagnostic monitor using the specified storage account and diagnostic monitor configuration.

System_CAPS_pubmethodSystem_CAPS_static StartWithConnectionString(String, DiagnosticMonitorConfiguration)

Starts a diagnostic monitor using the specified connection string and diagnostic monitor configuration.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateStorageAccount(String)

Updates the storage account information for the current diagnostic monitor.

See Also

DiagnosticMonitor Class
Microsoft.WindowsAzure.Diagnostics Namespace

Return to top