Share via


PurviewManagedEventHubState Struct

Definition

Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed.

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

Constructors

PurviewManagedEventHubState(String)

Initializes a new instance of PurviewManagedEventHubState.

Properties

Disabled

Disabled.

Enabled

Enabled.

NotSpecified

NotSpecified.

Methods

Equals(PurviewManagedEventHubState)

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

Determines if two PurviewManagedEventHubState values are the same.

Implicit(String to PurviewManagedEventHubState)

Converts a string to a PurviewManagedEventHubState.

Inequality(PurviewManagedEventHubState, PurviewManagedEventHubState)

Determines if two PurviewManagedEventHubState values are not the same.

Applies to