KeyEncryptionKeyIdentityType 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 type of identity to use.
public readonly struct KeyEncryptionKeyIdentityType : IEquatable<Azure.ResourceManager.OnlineExperimentation.Models.KeyEncryptionKeyIdentityType>
type KeyEncryptionKeyIdentityType = struct
Public Structure KeyEncryptionKeyIdentityType
Implements IEquatable(Of KeyEncryptionKeyIdentityType)
- Inheritance
-
KeyEncryptionKeyIdentityType
- Implements
Constructors
| Name | Description |
|---|---|
| KeyEncryptionKeyIdentityType(String) |
Initializes a new instance of KeyEncryptionKeyIdentityType. |
Properties
| Name | Description |
|---|---|
| SystemAssignedIdentity |
System assigned identity. |
| UserAssignedIdentity |
User assigned identity. |
Methods
| Name | Description |
|---|---|
| Equals(KeyEncryptionKeyIdentityType) |
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
| Name | Description |
|---|---|
| Equality(KeyEncryptionKeyIdentityType, KeyEncryptionKeyIdentityType) |
Determines if two KeyEncryptionKeyIdentityType values are the same. |
| Implicit(String to KeyEncryptionKeyIdentityType) |
Converts a String to a KeyEncryptionKeyIdentityType. |
| Inequality(KeyEncryptionKeyIdentityType, KeyEncryptionKeyIdentityType) |
Determines if two KeyEncryptionKeyIdentityType values are not the same. |