次の方法で共有


StorageAccountKeySource 構造体

定義

暗号化キーソース (プロバイダー)。 使用できる値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault。

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

コンストラクター

StorageAccountKeySource(String)

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

プロパティ

KeyVault

Microsoft.Keyvault。

Storage

Microsoft.Storage。

メソッド

Equals(StorageAccountKeySource)

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

ToString()

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

演算子

Equality(StorageAccountKeySource, StorageAccountKeySource)

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

Implicit(String to StorageAccountKeySource)

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

Inequality(StorageAccountKeySource, StorageAccountKeySource)

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

適用対象