Share via


MonitoringConfigurationGetResponse.Properties Property

 

Optional. The retrieved configuration properties.

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

Syntax

public DiagnosticSettings Properties { get; set; }
public:
property DiagnosticSettings^ Properties {
    DiagnosticSettings^ get();
    void set(DiagnosticSettings^ value);
}
member Properties : DiagnosticSettings with get, set
Public Property Properties As DiagnosticSettings

Property Value

Type: Microsoft.Azure.Management.Insights.Models.DiagnosticSettings

See Also

MonitoringConfigurationGetResponse Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top