KeyVaultRefreshState Struct

Definition

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