EntityStatus 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.
Enumerates the possible values for the status of the Event Hub.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatusTypeConverter))]
public struct EntityStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EntityStatusTypeConverter))>]
type EntityStatus = struct
interface IArgumentCompleter
Public Structure EntityStatus
Implements IArgumentCompleter, IEquatable(Of EntityStatus)
- Inheritance
-
EntityStatus
- Attributes
- Implements
Fields
Active | |
Creating | |
Deleting | |
Disabled | |
ReceiveDisabled | |
Renaming | |
Restoring | |
SendDisabled | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EntityStatus) |
Compares values of enum type EntityStatus |
Equals(Object) |
Compares values of enum type EntityStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum EntityStatus |
ToString() |
Returns string representation for EntityStatus |
Operators
Equality(EntityStatus, EntityStatus) |
Overriding == operator for enum EntityStatus |
Implicit(EntityStatus to String) |
Implicit operator to convert EntityStatus to string |
Implicit(String to EntityStatus) |
Implicit operator to convert string to EntityStatus |
Inequality(EntityStatus, EntityStatus) |
Overriding != operator for enum EntityStatus |