次の方法で共有


StorageLoggingConfiguration.Read Property

 

Optional. Indicates whether all read requests should be logged.

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

Syntax

public bool Read { get; set; }
public:
property bool Read {
    bool get();
    void set(bool value);
}
member Read : bool with get, set
Public Property Read As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top