UsernameSource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |