AccountEncryptionKeyType 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.
Defines values for AccountEncryptionKeyType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryptionKeyTypeConverter))]
public struct AccountEncryptionKeyType : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryptionKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryptionKeyTypeConverter))>]
type AccountEncryptionKeyType = struct
Public Structure AccountEncryptionKeyType
Implements IEquatable(Of AccountEncryptionKeyType)
- Inheritance
-
AccountEncryptionKeyType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
CustomerKey |
The Account Key is encrypted with a Customer Key. |
SystemKey |
The Account Key is encrypted with a System Key. |
Methods
Equals(AccountEncryptionKeyType) |
Compares enums of type AccountEncryptionKeyType |
Equals(Object) |
Overrides Equals operator for AccountEncryptionKeyType |
GetHashCode() |
Returns for hashCode AccountEncryptionKeyType |
ToString() |
Returns string representation for AccountEncryptionKeyType |
Operators
Equality(AccountEncryptionKeyType, AccountEncryptionKeyType) |
Overriding == operator for enum AccountEncryptionKeyType |
Implicit(AccountEncryptionKeyType to String) |
Implicit operator to convert AccountEncryptionKeyType to string |
Implicit(String to AccountEncryptionKeyType) |
Implicit operator to convert string to AccountEncryptionKeyType |
Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType) |
Overriding != operator for enum AccountEncryptionKeyType |
Applies to
Azure SDK for .NET