你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccessRights 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.
Argument completer implementation for AccessRights.
[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) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AccessRights) |
Compares values of enum type AccessRights |
Equals(Object) |
Compares values of enum type AccessRights (override for Object) |
GetHashCode() |
Returns hashCode for enum AccessRights |
ToString() |
Returns string representation for AccessRights |
Operators
Equality(AccessRights, AccessRights) |
Overriding == operator for enum AccessRights |
Implicit(AccessRights to String) |
Implicit operator to convert AccessRights to string |
Implicit(String to AccessRights) |
Implicit operator to convert string to AccessRights |
Inequality(AccessRights, AccessRights) |
Overriding != operator for enum AccessRights |