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

ScopeType Struct

Definition

The scope where the default account is set.

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

Fields

Subscription
Tenant

Methods

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

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

Equals(Object)

Compares values of enum type ScopeType (override for Object)

Equals(ScopeType)

Compares values of enum type ScopeType

GetHashCode()

Returns hashCode for enum ScopeType

ToString()

Returns string representation for ScopeType

Operators

Equality(ScopeType, ScopeType)

Overriding == operator for enum ScopeType

Implicit(ScopeType to String)

Implicit operator to convert ScopeType to string

Implicit(String to ScopeType)

Implicit operator to convert string to ScopeType

Inequality(ScopeType, ScopeType)

Overriding != operator for enum ScopeType

Applies to