Share via


PurviewEventStreamingState Struct

Definition

The state of the event streaming service.

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

Constructors

PurviewEventStreamingState(String)

Initializes a new instance of PurviewEventStreamingState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PurviewEventStreamingState)

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

Determines if two PurviewEventStreamingState values are the same.

Implicit(String to PurviewEventStreamingState)

Converts a string to a PurviewEventStreamingState.

Inequality(PurviewEventStreamingState, PurviewEventStreamingState)

Determines if two PurviewEventStreamingState values are not the same.

Applies to