SecretStoreType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET