Share via


StorageAccountKeySource Struct

Definition

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault.

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

Constructors

StorageAccountKeySource(String)

Initializes a new instance of StorageAccountKeySource.

Properties

KeyVault

Microsoft.Keyvault.

Storage

Microsoft.Storage.

Methods

Equals(StorageAccountKeySource)

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

Determines if two StorageAccountKeySource values are the same.

Implicit(String to StorageAccountKeySource)

Converts a string to a StorageAccountKeySource.

Inequality(StorageAccountKeySource, StorageAccountKeySource)

Determines if two StorageAccountKeySource values are not the same.

Applies to