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
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
Azure SDK for .NET