StorageAccountKeySource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET