StreamingJobFunctionUpdateMode Struct

Definition

Refresh modes for Stream Analytics functions.

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

Constructors

StreamingJobFunctionUpdateMode(String)

Initializes a new instance of StreamingJobFunctionUpdateMode.

Properties

Refreshable

Refreshable.

Static

Static.

Methods

Equals(StreamingJobFunctionUpdateMode)

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

Determines if two StreamingJobFunctionUpdateMode values are the same.

Implicit(String to StreamingJobFunctionUpdateMode)

Converts a string to a StreamingJobFunctionUpdateMode.

Inequality(StreamingJobFunctionUpdateMode, StreamingJobFunctionUpdateMode)

Determines if two StreamingJobFunctionUpdateMode values are not the same.

Applies to