Aracılığıyla paylaş


KeyType Struct

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyTypeTypeConverter))]
public struct KeyType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.KeyTypeTypeConverter))>]
type KeyType = struct
    interface IArgumentCompleter
Public Structure KeyType
Implements IArgumentCompleter, IEquatable(Of KeyType)
Inheritance
KeyType
Attributes
Implements

Fields

PrimaryKey
SecondaryKey

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(KeyType)
Equals(Object)
GetHashCode()
ToString()

Operators

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

Applies to