DirectoryConfiguration Class
Enable the collection of the contents of a directory, IIS failed access request logs and/or IIS logs.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.DirectoryConfiguration
Syntax
public class DirectoryConfiguration
public ref class DirectoryConfiguration
type DirectoryConfiguration = class end
Public Class DirectoryConfiguration
Constructors
Name | Description | |
---|---|---|
DirectoryConfiguration() | Initializes a new instance of the DirectoryConfiguration class. |
Properties
Name | Description | |
---|---|---|
ContainerName | Optional. The name of the blob container in your Azure Storage account that will be used to store the log files. |
|
Path | Optional. The path of the resource to monitor. |
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