NetAppFileAccessLog Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| NetAppFileAccessLog(String) |
Initializes a new instance of NetAppFileAccessLog. |
Properties
| Name | Description |
|---|---|
| Disabled |
fileAccessLogs are not enabled. |
| Enabled |
fileAccessLogs are enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |