NetAppKeyVaultStatus 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.
Status of the KeyVault connection.
public readonly struct NetAppKeyVaultStatus : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppKeyVaultStatus>
type NetAppKeyVaultStatus = struct
Public Structure NetAppKeyVaultStatus
Implements IEquatable(Of NetAppKeyVaultStatus)
- Inheritance
-
NetAppKeyVaultStatus
- Implements
Constructors
NetAppKeyVaultStatus(String) |
Initializes a new instance of NetAppKeyVaultStatus. |
Properties
Created |
KeyVault connection created but not in use. |
Deleted |
KeyVault connection Deleted. |
Error |
Error with the KeyVault connection. |
InUse |
KeyVault connection in use by SMB Volume. |
Updating |
KeyVault connection Updating. |
Methods
Equals(NetAppKeyVaultStatus) |
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(NetAppKeyVaultStatus, NetAppKeyVaultStatus) |
Determines if two NetAppKeyVaultStatus values are the same. |
Implicit(String to NetAppKeyVaultStatus) |
Converts a String to a NetAppKeyVaultStatus. |
Inequality(NetAppKeyVaultStatus, NetAppKeyVaultStatus) |
Determines if two NetAppKeyVaultStatus values are not the same. |
Applies to
Azure SDK for .NET