SecretStoreType Struct

Definition

Gets or sets the type of secret store.

public readonly struct SecretStoreType : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.SecretStoreType>
type SecretStoreType = struct
Public Structure SecretStoreType
Implements IEquatable(Of SecretStoreType)
Inheritance
SecretStoreType
Implements

Constructors

SecretStoreType(String)

Initializes a new instance of SecretStoreType.

Properties

AzureKeyVault

AzureKeyVault.

Invalid

Invalid.

Methods

Equals(SecretStoreType)

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(SecretStoreType, SecretStoreType)

Determines if two SecretStoreType values are the same.

Implicit(String to SecretStoreType)

Converts a string to a SecretStoreType.

Inequality(SecretStoreType, SecretStoreType)

Determines if two SecretStoreType values are not the same.

Applies to