StreamingJobFunctionUdfType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET