次の方法で共有


ServiceAccountEncryptionKeySource 構造体

定義

暗号化の keySource の有効な値を列挙します。

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

コンストラクター

ServiceAccountEncryptionKeySource(String)

ServiceAccountEncryptionKeySource の新しいインスタンスを初期化します。

プロパティ

MicrosoftCognitiveServices

Microsoft.CognitiveServices。

MicrosoftKeyVault

Microsoft.KeyVault。

メソッド

Equals(ServiceAccountEncryptionKeySource)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ServiceAccountEncryptionKeySource, ServiceAccountEncryptionKeySource)

2 つの ServiceAccountEncryptionKeySource 値が同じかどうかを判断します。

Implicit(String to ServiceAccountEncryptionKeySource)

文字列を ServiceAccountEncryptionKeySource に変換します。

Inequality(ServiceAccountEncryptionKeySource, ServiceAccountEncryptionKeySource)

2 つの ServiceAccountEncryptionKeySource 値が同じでないかどうかを判断します。

適用対象