ScanAuthorizationType 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 ScanAuthorizationType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanAuthorizationTypeTypeConverter))]
public struct ScanAuthorizationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanAuthorizationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanAuthorizationTypeTypeConverter))>]
type ScanAuthorizationType = struct
interface IArgumentCompleter
Public Structure ScanAuthorizationType
Implements IArgumentCompleter, IEquatable(Of ScanAuthorizationType)
- Inheritance
-
ScanAuthorizationType
- Attributes
- Implements
Fields
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 ScanAuthorizationType (override for Object) |
Equals(ScanAuthorizationType) |
Compares values of enum type ScanAuthorizationType |
GetHashCode() |
Returns hashCode for enum ScanAuthorizationType |
ToString() |
Returns string representation for ScanAuthorizationType |
Operators
Equality(ScanAuthorizationType, ScanAuthorizationType) |
Overriding == operator for enum ScanAuthorizationType |
Implicit(ScanAuthorizationType to String) |
Implicit operator to convert ScanAuthorizationType to string |
Implicit(String to ScanAuthorizationType) |
Implicit operator to convert string to ScanAuthorizationType |
Inequality(ScanAuthorizationType, ScanAuthorizationType) |
Overriding != operator for enum ScanAuthorizationType |