ServiceAccountEncryptionKeySource Struct

Definition

Enumerates the possible value of keySource for Encryption.

public readonly struct ServiceAccountEncryptionKeySource : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionKeySource>
type ServiceAccountEncryptionKeySource = struct
Public Structure ServiceAccountEncryptionKeySource
Implements IEquatable(Of ServiceAccountEncryptionKeySource)
Inheritance
ServiceAccountEncryptionKeySource
Implements

Constructors

ServiceAccountEncryptionKeySource(String)

Initializes a new instance of ServiceAccountEncryptionKeySource.

Properties

MicrosoftCognitiveServices

Microsoft.CognitiveServices.

MicrosoftKeyVault

Microsoft.KeyVault.

Methods

Equals(ServiceAccountEncryptionKeySource)

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

Equality(ServiceAccountEncryptionKeySource, ServiceAccountEncryptionKeySource)

Determines if two ServiceAccountEncryptionKeySource values are the same.

Implicit(String to ServiceAccountEncryptionKeySource)

Converts a string to a ServiceAccountEncryptionKeySource.

Inequality(ServiceAccountEncryptionKeySource, ServiceAccountEncryptionKeySource)

Determines if two ServiceAccountEncryptionKeySource values are not the same.

Applies to