AutoDeleteCondition Struct

Definition

The AutoDeleteCondition.

public readonly struct AutoDeleteCondition : IEquatable<Azure.ResourceManager.MachineLearning.Models.AutoDeleteCondition>
type AutoDeleteCondition = struct
Public Structure AutoDeleteCondition
Implements IEquatable(Of AutoDeleteCondition)
Inheritance
AutoDeleteCondition
Implements

Constructors

AutoDeleteCondition(String)

Initializes a new instance of AutoDeleteCondition.

Properties

CreatedGreaterThan

CreatedGreaterThan.

LastAccessedGreaterThan

LastAccessedGreaterThan.

Methods

Equals(AutoDeleteCondition)

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(AutoDeleteCondition, AutoDeleteCondition)

Determines if two AutoDeleteCondition values are the same.

Implicit(String to AutoDeleteCondition)

Converts a string to a AutoDeleteCondition.

Inequality(AutoDeleteCondition, AutoDeleteCondition)

Determines if two AutoDeleteCondition values are not the same.

Applies to