Udostępnij przez


ElasticPoolEncryptionKeySource Struct

Definition

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.

Applies to