NetAppCacheFileAccessLogs 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 Cache, based on active diagnostic settings present on the Cache.
public readonly struct NetAppCacheFileAccessLogs : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppCacheFileAccessLogs>
type NetAppCacheFileAccessLogs = struct
Public Structure NetAppCacheFileAccessLogs
Implements IEquatable(Of NetAppCacheFileAccessLogs)
- Inheritance
-
NetAppCacheFileAccessLogs
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppCacheFileAccessLogs(String) |
Initializes a new instance of NetAppCacheFileAccessLogs. |
Properties
| Name | Description |
|---|---|
| Disabled |
fileAccessLogs are not enabled. |
| Enabled |
fileAccessLogs are enabled. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppCacheFileAccessLogs) |
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(NetAppCacheFileAccessLogs, NetAppCacheFileAccessLogs) |
Determines if two NetAppCacheFileAccessLogs values are the same. |
| Implicit(String to NetAppCacheFileAccessLogs) |
Converts a string to a NetAppCacheFileAccessLogs. |
| Implicit(String to Nullable<NetAppCacheFileAccessLogs>) | |
| Inequality(NetAppCacheFileAccessLogs, NetAppCacheFileAccessLogs) |
Determines if two NetAppCacheFileAccessLogs values are not the same. |