Freigeben über


StreamingJobFunctionUdfType Struct

Definition

The function type.

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

Constructors

Name Description
StreamingJobFunctionUdfType(String)

Initializes a new instance of StreamingJobFunctionUdfType.

Properties

Name Description
Scalar

Scalar.

Methods

Name Description
Equals(StreamingJobFunctionUdfType)

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

Determines if two StreamingJobFunctionUdfType values are the same.

Implicit(String to StreamingJobFunctionUdfType)

Converts a String to a StreamingJobFunctionUdfType.

Inequality(StreamingJobFunctionUdfType, StreamingJobFunctionUdfType)

Determines if two StreamingJobFunctionUdfType values are not the same.

Applies to