Lingua

MachineLearningUnderlyingResourceAction Struct

Definition

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

Constructors

Name Description
MachineLearningUnderlyingResourceAction(String)

Initializes a new instance of MachineLearningUnderlyingResourceAction.

Properties

Name Description
Delete

Gets the Delete.

Detach

Gets the Detach.

Methods

Name Description
Equals(MachineLearningUnderlyingResourceAction)

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

Name Description
Equality(MachineLearningUnderlyingResourceAction, MachineLearningUnderlyingResourceAction)

Determines if two MachineLearningUnderlyingResourceAction values are the same.

Implicit(String to MachineLearningUnderlyingResourceAction)

Converts a string to a MachineLearningUnderlyingResourceAction.

Implicit(String to Nullable<MachineLearningUnderlyingResourceAction>)
Inequality(MachineLearningUnderlyingResourceAction, MachineLearningUnderlyingResourceAction)

Determines if two MachineLearningUnderlyingResourceAction values are not the same.

Applies to