MachineLearningComputeInstanceAutosave Struct

Definition

Auto save settings.

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

Constructors

MachineLearningComputeInstanceAutosave(String)

Initializes a new instance of MachineLearningComputeInstanceAutosave.

Properties

Local

Local.

None

None.

Remote

Remote.

Methods

Equals(MachineLearningComputeInstanceAutosave)

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

Determines if two MachineLearningComputeInstanceAutosave values are the same.

Implicit(String to MachineLearningComputeInstanceAutosave)

Converts a string to a MachineLearningComputeInstanceAutosave.

Inequality(MachineLearningComputeInstanceAutosave, MachineLearningComputeInstanceAutosave)

Determines if two MachineLearningComputeInstanceAutosave values are not the same.

Applies to