你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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