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