SecretObjectType Struct

Definition

The type of the secret object which determines how the value of the secret object has to be interpreted.

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

Fields

Opaque
Vaultsecret

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

Equals(SecretObjectType)

Compares values of enum type SecretObjectType

GetHashCode()

Returns hashCode for enum SecretObjectType

ToString()

Returns string representation for SecretObjectType

Operators

Equality(SecretObjectType, SecretObjectType)

Overriding == operator for enum SecretObjectType

Implicit(SecretObjectType to String)

Implicit operator to convert SecretObjectType to string

Implicit(String to SecretObjectType)

Implicit operator to convert string to SecretObjectType

Inequality(SecretObjectType, SecretObjectType)

Overriding != operator for enum SecretObjectType

Applies to