共用方式為


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

Name Description
Subscription
Tenant

Methods

Name Description
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

Name Description
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