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
System_CAPS_pubmethod DirectoryConfiguration()

Initializes a new instance of the DirectoryConfiguration class.

Properties

Name Description
System_CAPS_pubproperty ContainerName

Optional. The name of the blob container in your Azure Storage account that will be used to store the log files.

System_CAPS_pubproperty Path

Optional. The path of the resource to monitor.

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