Share via


CredentialType Struct

Definition

Credential type of the run as account.

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

Fields

HyperVFabric
LinuxGuest
LinuxServer
VMwareFabric
WindowsGuest
WindowsServer

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

Applies to