Udostępnij za pośrednictwem


StorageLoggingConfiguration.Delete Property

 

Optional. Indicates whether all delete requests should be logged.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top