Share via


SecretStoreType Struct

Definition

Gets or sets the type of secret store

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

Fields

AzureKeyVault
Invalid

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

Equals(SecretStoreType)

Compares values of enum type SecretStoreType

GetHashCode()

Returns hashCode for enum SecretStoreType

ToString()

Returns string representation for SecretStoreType

Operators

Equality(SecretStoreType, SecretStoreType)

Overriding == operator for enum SecretStoreType

Implicit(SecretStoreType to String)

Implicit operator to convert SecretStoreType to string

Implicit(String to SecretStoreType)

Implicit operator to convert string to SecretStoreType

Inequality(SecretStoreType, SecretStoreType)

Overriding != operator for enum SecretStoreType

Applies to