你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageScope Struct

Definition

Argument completer implementation for MessageScope.

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

Fields

NotSpecified
RegisteredSubscriptions

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MessageScope)

Compares values of enum type MessageScope

Equals(Object)

Compares values of enum type MessageScope (override for Object)

GetHashCode()

Returns hashCode for enum MessageScope

ToString()

Returns string representation for MessageScope

Operators

Equality(MessageScope, MessageScope)

Overriding == operator for enum MessageScope

Implicit(MessageScope to String)

Implicit operator to convert MessageScope to string

Implicit(String to MessageScope)

Implicit operator to convert string to MessageScope

Inequality(MessageScope, MessageScope)

Overriding != operator for enum MessageScope

Applies to