Share via


SecretsType Struct

Definition

Enum to determine the datastore secrets type.

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

Fields

AccountKey
Certificate
Sas
ServicePrincipal

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 SecretsType (override for Object)

Equals(SecretsType)

Compares values of enum type SecretsType

GetHashCode()

Returns hashCode for enum SecretsType

ToString()

Returns string representation for SecretsType

Operators

Equality(SecretsType, SecretsType)

Overriding == operator for enum SecretsType

Implicit(SecretsType to String)

Implicit operator to convert SecretsType to string

Implicit(String to SecretsType)

Implicit operator to convert string to SecretsType

Inequality(SecretsType, SecretsType)

Overriding != operator for enum SecretsType

Applies to