Delen via


JobLimitsType Struct

Definition

Argument completer implementation for JobLimitsType.

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

Fields

Command
Sweep

Methods

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

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

Equals(JobLimitsType)

Compares values of enum type JobLimitsType

Equals(Object)

Compares values of enum type JobLimitsType (override for Object)

GetHashCode()

Returns hashCode for enum JobLimitsType

ToString()

Returns string representation for JobLimitsType

Operators

Equality(JobLimitsType, JobLimitsType)

Overriding == operator for enum JobLimitsType

Implicit(JobLimitsType to String)

Implicit operator to convert JobLimitsType to string

Implicit(String to JobLimitsType)

Implicit operator to convert string to JobLimitsType

Inequality(JobLimitsType, JobLimitsType)

Overriding != operator for enum JobLimitsType

Applies to