Sdílet prostřednictvím


JobType Struct

Definition

Describes the type of the job. Valid modes are Cloud and 'Edge'.

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

Fields

Cloud
Edge

Methods

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

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

Equals(JobType)

Compares values of enum type JobType

Equals(Object)

Compares values of enum type JobType (override for Object)

GetHashCode()

Returns hashCode for enum JobType

ToString()

Returns string representation for JobType

Operators

Equality(JobType, JobType)

Overriding == operator for enum JobType

Implicit(JobType to String)

Implicit operator to convert JobType to string

Implicit(String to JobType)

Implicit operator to convert string to JobType

Inequality(JobType, JobType)

Overriding != operator for enum JobType

Applies to