KeySource 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 struct KeySource : IEquatable<Azure.ResourceManager.Storage.Models.KeySource>
type KeySource = struct
Public Structure KeySource
Implements IEquatable(Of KeySource)
- Inheritance
-
System.ValueTypeKeySource
- Implements
-
System.IEquatable<KeySource>
Constructors
KeySource(String) |
Determines if two KeySource values are the same. |
Properties
MicrosoftKeyvault |
Microsoft.Keyvault. |
MicrosoftStorage |
Microsoft.Storage. |
Methods
Equals(KeySource) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(KeySource, KeySource) |
Determines if two KeySource values are the same. |
Implicit(String to KeySource) |
Converts a string to a KeySource. |
Inequality(KeySource, KeySource) |
Determines if two KeySource values are not the same. |