Share via


SecretType Struct

Definition

Types of secrets supported.

public readonly struct SecretType : IEquatable<Azure.Developer.LoadTesting.SecretType>
type SecretType = struct
Public Structure SecretType
Implements IEquatable(Of SecretType)
Inheritance
SecretType
Implements

Constructors

Name Description
SecretType(String)

Initializes a new instance of SecretType.

Properties

Name Description
KeyVaultSecretUri

If the secret is stored in an Azure Key Vault.

SecretValue

If the secret value provided as plain text.

Methods

Name Description
Equals(SecretType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SecretType, SecretType)

Determines if two SecretType values are the same.

Implicit(String to SecretType)

Converts a String to a SecretType.

Inequality(SecretType, SecretType)

Determines if two SecretType values are not the same.

Applies to