ElasticPoolEncryptionKeySource 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.
Pool Encryption Key Source.
public readonly struct ElasticPoolEncryptionKeySource : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticPoolEncryptionKeySource>
type ElasticPoolEncryptionKeySource = struct
Public Structure ElasticPoolEncryptionKeySource
Implements IEquatable(Of ElasticPoolEncryptionKeySource)
- Inheritance
-
ElasticPoolEncryptionKeySource
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticPoolEncryptionKeySource(String) |
Initializes a new instance of ElasticPoolEncryptionKeySource. |
Properties
| Name | Description |
|---|---|
| KeyVault |
Represents the encryption key source of Elastic pool is Microsoft.KeyVault. |
| NetApp |
Represents the encryption key source of Elastic pool is Microsoft.NetApp. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticPoolEncryptionKeySource) |
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(ElasticPoolEncryptionKeySource, ElasticPoolEncryptionKeySource) |
Determines if two ElasticPoolEncryptionKeySource values are the same. |
| Implicit(String to ElasticPoolEncryptionKeySource) |
Converts a String to a ElasticPoolEncryptionKeySource. |
| Inequality(ElasticPoolEncryptionKeySource, ElasticPoolEncryptionKeySource) |
Determines if two ElasticPoolEncryptionKeySource values are not the same. |