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

AppliedScopeType Struct

Definition

Type of the Applied Scope.

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

Fields

ManagementGroup
Shared
Single

Methods

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

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

Equals(AppliedScopeType)

Compares values of enum type AppliedScopeType

Equals(Object)

Compares values of enum type AppliedScopeType (override for Object)

GetHashCode()

Returns hashCode for enum AppliedScopeType

ToString()

Returns string representation for AppliedScopeType

Operators

Equality(AppliedScopeType, AppliedScopeType)

Overriding == operator for enum AppliedScopeType

Implicit(AppliedScopeType to String)

Implicit operator to convert AppliedScopeType to string

Implicit(String to AppliedScopeType)

Implicit operator to convert string to AppliedScopeType

Inequality(AppliedScopeType, AppliedScopeType)

Overriding != operator for enum AppliedScopeType

Applies to