ProtectedAppendWritesHistory コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProtectedAppendWritesHistory() |
ProtectedAppendWritesHistory クラスの新しいインスタンスを初期化します。 |
ProtectedAppendWritesHistory(Nullable<Boolean>, Nullable<DateTime>) |
ProtectedAppendWritesHistory クラスの新しいインスタンスを初期化します。 |
ProtectedAppendWritesHistory()
ProtectedAppendWritesHistory クラスの新しいインスタンスを初期化します。
public ProtectedAppendWritesHistory ();
Public Sub New ()
適用対象
ProtectedAppendWritesHistory(Nullable<Boolean>, Nullable<DateTime>)
ProtectedAppendWritesHistory クラスの新しいインスタンスを初期化します。
public ProtectedAppendWritesHistory (bool? allowProtectedAppendWritesAll = default, DateTime? timestamp = default);
new Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory : Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory
Public Sub New (Optional allowProtectedAppendWritesAll As Nullable(Of Boolean) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing)
パラメーター
有効にすると、訴訟ホールドの保護とコンプライアンスを維持しながら、新しいブロックを "Append BLOB と Bock BLOB" の両方に書き込むことができます。 新しいブロックを追加することだけができ、既存のブロックを変更したり削除したりすることはできません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET