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 | |
---|---|---|
PublicMonitoringConfiguration() | Initializes a new instance of the PublicMonitoringConfiguration class. |
Properties
Name | Description | |
---|---|---|
DiagnosticMonitorConfiguration | Optional. Configuration settings for the telemetry data to be collected. |
|
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. |
|
StorageAccount | Optional. The name of the Azure Storage account to store the data in. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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