LastAccessTimeTrackingPolicyName 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.
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only.
public readonly struct LastAccessTimeTrackingPolicyName : IEquatable<Azure.ResourceManager.Storage.Models.LastAccessTimeTrackingPolicyName>
type LastAccessTimeTrackingPolicyName = struct
Public Structure LastAccessTimeTrackingPolicyName
Implements IEquatable(Of LastAccessTimeTrackingPolicyName)
- Inheritance
-
LastAccessTimeTrackingPolicyName
- Implements
Constructors
LastAccessTimeTrackingPolicyName(String) |
Initializes a new instance of LastAccessTimeTrackingPolicyName. |
Properties
AccessTimeTracking |
AccessTimeTracking. |
Methods
Equals(LastAccessTimeTrackingPolicyName) |
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(LastAccessTimeTrackingPolicyName, LastAccessTimeTrackingPolicyName) |
Determines if two LastAccessTimeTrackingPolicyName values are the same. |
Implicit(String to LastAccessTimeTrackingPolicyName) |
Converts a string to a LastAccessTimeTrackingPolicyName. |
Inequality(LastAccessTimeTrackingPolicyName, LastAccessTimeTrackingPolicyName) |
Determines if two LastAccessTimeTrackingPolicyName values are not the same. |
Applies to
Azure SDK for .NET