CallerRole 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.
Argument completer implementation for CallerRole.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CallerRoleTypeConverter))]
public struct CallerRole : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CallerRole>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.CallerRoleTypeConverter))>]
type CallerRole = struct
interface IArgumentCompleter
Public Structure CallerRole
Implements IArgumentCompleter, IEquatable(Of CallerRole)
- Inheritance
-
CallerRole
- Attributes
- Implements
Fields
Admin | |
None |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CallerRole) |
Compares values of enum type CallerRole |
Equals(Object) |
Compares values of enum type CallerRole (override for Object) |
GetHashCode() |
Returns hashCode for enum CallerRole |
ToString() |
Returns string representation for CallerRole |
Operators
Equality(CallerRole, CallerRole) |
Overriding == operator for enum CallerRole |
Implicit(CallerRole to String) |
Implicit operator to convert CallerRole to string |
Implicit(String to CallerRole) |
Implicit operator to convert string to CallerRole |
Inequality(CallerRole, CallerRole) |
Overriding != operator for enum CallerRole |