Share via


NetAppFileAccessLog Struct

Definition

Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.

public readonly struct NetAppFileAccessLog : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppFileAccessLog>
type NetAppFileAccessLog = struct
Public Structure NetAppFileAccessLog
Implements IEquatable(Of NetAppFileAccessLog)
Inheritance
NetAppFileAccessLog
Implements

Constructors

NetAppFileAccessLog(String)

Initializes a new instance of NetAppFileAccessLog.

Properties

Disabled

fileAccessLogs are not enabled.

Enabled

fileAccessLogs are enabled.

Methods

Equals(NetAppFileAccessLog)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetAppFileAccessLog, NetAppFileAccessLog)

Determines if two NetAppFileAccessLog values are the same.

Implicit(String to NetAppFileAccessLog)

Converts a string to a NetAppFileAccessLog.

Inequality(NetAppFileAccessLog, NetAppFileAccessLog)

Determines if two NetAppFileAccessLog values are not the same.

Applies to