PurviewEventStreamingState 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 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
Azure SDK for .NET