AccessRights Struct

Definition

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

Fields

Listen
Manage
Send

Methods

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

Operators

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

Applies to