Freigeben über


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

Name Description
SecretStoreType(String)

Initializes a new instance of SecretStoreType.

Properties

Name Description
AzureKeyVault

AzureKeyVault.

Invalid

Invalid.

Methods

Name Description
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

Name Description
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