Aracılığıyla paylaş


CredentialsType Struct

Definition

Enum to determine the datastore credentials type.

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

Fields

AccountKey
Certificate
None
Sas
ServicePrincipal

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CredentialsType)

Compares values of enum type CredentialsType

Equals(Object)

Compares values of enum type CredentialsType (override for Object)

GetHashCode()

Returns hashCode for enum CredentialsType

ToString()

Returns string representation for CredentialsType

Operators

Equality(CredentialsType, CredentialsType)

Overriding == operator for enum CredentialsType

Implicit(CredentialsType to String)

Implicit operator to convert CredentialsType to string

Implicit(String to CredentialsType)

Implicit operator to convert string to CredentialsType

Inequality(CredentialsType, CredentialsType)

Overriding != operator for enum CredentialsType

Applies to