KeyVaultRefreshState 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.
The KeyVaultRefreshState.
public readonly struct KeyVaultRefreshState : IEquatable<Azure.ResourceManager.ApiManagement.Models.KeyVaultRefreshState>
type KeyVaultRefreshState = struct
Public Structure KeyVaultRefreshState
Implements IEquatable(Of KeyVaultRefreshState)
- Inheritance
-
KeyVaultRefreshState
- Implements
Constructors
KeyVaultRefreshState(String) |
Initializes a new instance of KeyVaultRefreshState. |
Properties
False |
Entities for which KeyVault refresh succeeded. |
True |
Entities for which KeyVault refresh failed. |
Methods
Equals(KeyVaultRefreshState) |
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(KeyVaultRefreshState, KeyVaultRefreshState) |
Determines if two KeyVaultRefreshState values are the same. |
Implicit(String to KeyVaultRefreshState) |
Converts a string to a KeyVaultRefreshState. |
Inequality(KeyVaultRefreshState, KeyVaultRefreshState) |
Determines if two KeyVaultRefreshState values are not the same. |
Applies to
Azure SDK for .NET