Share via


StorageLoggingConfiguration Class

 

The properties for logging. This allows specifying the operations to be logged and their retention.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Insights.Models.StorageLoggingConfiguration

Syntax

public class StorageLoggingConfiguration
public ref class StorageLoggingConfiguration 
type StorageLoggingConfiguration = class end
Public Class StorageLoggingConfiguration

Constructors

Name Description
System_CAPS_pubmethod StorageLoggingConfiguration()

Initializes a new instance of the StorageLoggingConfiguration class.

Properties

Name Description
System_CAPS_pubproperty Delete

Optional. Indicates whether all delete requests should be logged.

System_CAPS_pubproperty Read

Optional. Indicates whether all read requests should be logged.

System_CAPS_pubproperty Retention

Optional. Indicates the how long log data should be retained (must be an even number of days). All data older than this value will be deleted. The minimum number of days is 1; the largest value is 365 (one year).

System_CAPS_pubproperty Write

Optional. Indicates whether all write requests should be logged.

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