Partilhar via


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

Name Description
KeyVaultSettingType(String)

Initializes a new instance of KeyVaultSettingType.

Properties

Name Description
Boolean

A boolean setting value.

Methods

Name Description
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

Name Description
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