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

UsernameSource Struct

Definition

This setting determines how the cache gets username and group names for clients.

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

Fields

Ad
File
Ldap
None

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 UsernameSource (override for Object)

Equals(UsernameSource)

Compares values of enum type UsernameSource

GetHashCode()

Returns hashCode for enum UsernameSource

ToString()

Returns string representation for UsernameSource

Operators

Equality(UsernameSource, UsernameSource)

Overriding == operator for enum UsernameSource

Implicit(String to UsernameSource)

Implicit operator to convert string to UsernameSource

Implicit(UsernameSource to String)

Implicit operator to convert UsernameSource to string

Inequality(UsernameSource, UsernameSource)

Overriding != operator for enum UsernameSource

Applies to