次の方法で共有


StorageLoggingConfiguration.Write Property

 

Optional. Indicates whether all write requests should be logged.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top