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