Share via


PublicMonitoringConfiguration Class

 

Represents the public monitoring configuration.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Insights.Models.PublicConfiguration
    Microsoft.Azure.Management.Insights.Models.PublicMonitoringConfiguration

Syntax

public class PublicMonitoringConfiguration : PublicConfiguration
public ref class PublicMonitoringConfiguration : PublicConfiguration
type PublicMonitoringConfiguration = 
    class
        inherit PublicConfiguration
    end
Public Class PublicMonitoringConfiguration
    Inherits PublicConfiguration

Constructors

Name Description
System_CAPS_pubmethod PublicMonitoringConfiguration()

Initializes a new instance of the PublicMonitoringConfiguration class.

Properties

Name Description
System_CAPS_pubproperty DiagnosticMonitorConfiguration

Optional. Configuration settings for the telemetry data to be collected.

System_CAPS_pubproperty LocalResourceDirectory

Optional. The directory on the virtual machine to be used by the Monitoring Agent to store event data. If not set the default directory will be used.

System_CAPS_pubproperty StorageAccount

Optional. The name of the Azure Storage account to store the data in.

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.)

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.Azure.Management.Insights.Models Namespace

Return to top