Share via


StorageEncryptionKeyType Struct

Definition

Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.

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

Constructors

StorageEncryptionKeyType(String)

Initializes a new instance of StorageEncryptionKeyType.

Properties

Account

Account.

Service

Service.

Methods

Equals(StorageEncryptionKeyType)

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

Determines if two StorageEncryptionKeyType values are the same.

Implicit(String to StorageEncryptionKeyType)

Converts a string to a StorageEncryptionKeyType.

Inequality(StorageEncryptionKeyType, StorageEncryptionKeyType)

Determines if two StorageEncryptionKeyType values are not the same.

Applies to