StorageConfiguration.LoggingConfiguration Property

 

Optional. Settings for logging successful and failed requests to a storage service. This information can be used to monitor individual requests and to diagnose issues with a storage service. Requests are logged on a best-effort basis.

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

Syntax

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

Property Value

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

See Also

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

Return to top