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