次の方法で共有


EntityStatus Struct

Definition

[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)
Equals(EntityStatus)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(EntityStatus, EntityStatus)
Implicit(EntityStatus to String)
Implicit(String to EntityStatus)
Inequality(EntityStatus, EntityStatus)

Applies to