KeyVaultSettingType Struct

Definition

The type specifier of the value.

public readonly struct KeyVaultSettingType : IEquatable<Azure.Security.KeyVault.Administration.KeyVaultSettingType>
type KeyVaultSettingType = struct
Public Structure KeyVaultSettingType
Implements IEquatable(Of KeyVaultSettingType)
Inheritance
KeyVaultSettingType
Implements

Constructors

KeyVaultSettingType(String)

Initializes a new instance of KeyVaultSettingType.

Properties

Boolean

boolean.

Methods

Equals(KeyVaultSettingType)

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(KeyVaultSettingType, KeyVaultSettingType)

Determines if two KeyVaultSettingType values are the same.

Implicit(String to KeyVaultSettingType)

Converts a string to a KeyVaultSettingType.

Inequality(KeyVaultSettingType, KeyVaultSettingType)

Determines if two KeyVaultSettingType values are not the same.

Applies to