AzureBlobXmlRepository クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IXmlRepository Azure Blob Storageによってサポートされる 。
public ref class AzureBlobXmlRepository sealed : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public sealed class AzureBlobXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type AzureBlobXmlRepository = class
interface IXmlRepository
Public NotInheritable Class AzureBlobXmlRepository
Implements IXmlRepository
- 継承
-
AzureBlobXmlRepository
- 実装
注釈
この型のインスタンスはスレッド セーフです。
コンストラクター
AzureBlobXmlRepository(Func<ICloudBlob>) |
AzureBlobXmlRepository の新しいインスタンスを作成します。 |
AzureBlobXmlRepository(Func<ICloudBlob>) |
AzureBlobXmlRepository の新しいインスタンスを作成します。 |
メソッド
GetAllElements() |
リポジトリ内のすべての最上位レベルの XML 要素を取得します。 |
StoreElement(XElement, String) |
最上位レベルの XML 要素をリポジトリに追加します。 |