Udostępnij za pośrednictwem


KeyVaultObjectType Struct

Definition

Type of key vault object: secret, key or certificate.

public readonly struct KeyVaultObjectType : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.KeyVaultObjectType>
type KeyVaultObjectType = struct
Public Structure KeyVaultObjectType
Implements IEquatable(Of KeyVaultObjectType)
Inheritance
KeyVaultObjectType
Implements

Constructors

KeyVaultObjectType(String)

Initializes a new instance of KeyVaultObjectType.

Properties

Certificate

Certificate.

Key

Key.

Secret

Secret.

Methods

Equals(KeyVaultObjectType)

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

Determines if two KeyVaultObjectType values are the same.

Implicit(String to KeyVaultObjectType)

Converts a string to a KeyVaultObjectType.

Inequality(KeyVaultObjectType, KeyVaultObjectType)

Determines if two KeyVaultObjectType values are not the same.

Applies to