EntityStatus Struct

Definition

Entity status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatusTypeConverter))]
public struct EntityStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EntityStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.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

Applies to