다음을 통해 공유


RetentionInDaysAsDefaultState Struct

Definition

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