TotalRetentionInDaysAsDefaultState 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.
True - Value originates from retention in days, False - Customer specific.
public readonly struct TotalRetentionInDaysAsDefaultState : IEquatable<Azure.ResourceManager.OperationalInsights.Models.TotalRetentionInDaysAsDefaultState>
type TotalRetentionInDaysAsDefaultState = struct
Public Structure TotalRetentionInDaysAsDefaultState
Implements IEquatable(Of TotalRetentionInDaysAsDefaultState)
- Inheritance
-
TotalRetentionInDaysAsDefaultState
- Implements
Constructors
TotalRetentionInDaysAsDefaultState(String) |
Initializes a new instance of TotalRetentionInDaysAsDefaultState. |
Properties
False |
Value is customer specific. |
True |
Value originates from retention in days. |
Methods
Equals(TotalRetentionInDaysAsDefaultState) |
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(TotalRetentionInDaysAsDefaultState, TotalRetentionInDaysAsDefaultState) |
Determines if two TotalRetentionInDaysAsDefaultState values are the same. |
Implicit(String to TotalRetentionInDaysAsDefaultState) |
Converts a string to a TotalRetentionInDaysAsDefaultState. |
Inequality(TotalRetentionInDaysAsDefaultState, TotalRetentionInDaysAsDefaultState) |
Determines if two TotalRetentionInDaysAsDefaultState values are not the same. |
Applies to
Azure SDK for .NET