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

StreamingJobFunctionUdfType(String)

Initializes a new instance of StreamingJobFunctionUdfType.

Properties

Scalar

Scalar.

Methods

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

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