PublicMonitoringConfiguration.LocalResourceDirectory Property
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.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public DirectoryAbsolute LocalResourceDirectory { get; set; }
public:
property DirectoryAbsolute^ LocalResourceDirectory {
DirectoryAbsolute^ get();
void set(DirectoryAbsolute^ value);
}
member LocalResourceDirectory : DirectoryAbsolute with get, set
Public Property LocalResourceDirectory As DirectoryAbsolute
Property Value
Type: Microsoft.Azure.Management.Insights.Models.DirectoryAbsolute
See Also
PublicMonitoringConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top