Delen via


Autosave Struct

Definition

Auto save settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutosaveTypeConverter))]
public struct Autosave : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Autosave>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.AutosaveTypeConverter))>]
type Autosave = struct
    interface IArgumentCompleter
Public Structure Autosave
Implements IArgumentCompleter, IEquatable(Of Autosave)
Inheritance
Autosave
Attributes
Implements

Fields

Local
None
Remote

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Autosave)

Compares values of enum type Autosave

Equals(Object)

Compares values of enum type Autosave (override for Object)

GetHashCode()

Returns hashCode for enum Autosave

ToString()

Returns string representation for Autosave

Operators

Equality(Autosave, Autosave)

Overriding == operator for enum Autosave

Implicit(Autosave to String)

Implicit operator to convert Autosave to string

Implicit(String to Autosave)

Implicit operator to convert string to Autosave

Inequality(Autosave, Autosave)

Overriding != operator for enum Autosave

Applies to