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

SecretType(String)

Initializes a new instance of SecretType.

Properties

KeyVaultSecretUri

If the secret is stored in an Azure Key Vault.

SecretValue

If the secret value provided as plain text.

Methods

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

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