Condividi tramite


AccountEncryptionKeyType Struct

Definition

The type of key used to encrypt the Account Key.

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

Constructors

Name Description
AccountEncryptionKeyType(String)

Initializes a new instance of AccountEncryptionKeyType.

Properties

Name Description
CustomerKey

The Account Key is encrypted with a Customer Key.

SystemKey

The Account Key is encrypted with a System Key.

Methods

Name Description
Equals(AccountEncryptionKeyType)

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

Determines if two AccountEncryptionKeyType values are the same.

Implicit(String to AccountEncryptionKeyType)

Converts a string to a AccountEncryptionKeyType.

Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType)

Determines if two AccountEncryptionKeyType values are not the same.

Applies to