다음을 통해 공유


TotalRetentionInDaysAsDefaultState Struct

Definition

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