Megosztás a következőn keresztül:


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

AccountEncryptionKeyType(String)

Initializes a new instance of AccountEncryptionKeyType.

Properties

CustomerKey

The Account Key is encrypted with a Customer Key.

SystemKey

The Account Key is encrypted with a System Key.

Methods

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

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