BlobInventoryPolicySchema コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BlobInventoryPolicySchema() |
BlobInventoryPolicySchema クラスの新しいインスタンスを初期化します。 |
BlobInventoryPolicySchema(Boolean, IList<BlobInventoryPolicyRule>, String) |
BlobInventoryPolicySchema クラスの新しいインスタンスを初期化します。 |
BlobInventoryPolicySchema()
BlobInventoryPolicySchema クラスの新しいインスタンスを初期化します。
public BlobInventoryPolicySchema ();
Public Sub New ()
適用対象
BlobInventoryPolicySchema(Boolean, IList<BlobInventoryPolicyRule>, String)
BlobInventoryPolicySchema クラスの新しいインスタンスを初期化します。
public BlobInventoryPolicySchema (bool enabled, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule> rules, string destination = default);
new Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule> * string -> Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema
Public Sub New (enabled As Boolean, rules As IList(Of BlobInventoryPolicyRule), Optional destination As String = Nothing)
パラメーター
- enabled
- Boolean
true に設定されている場合、ポリシーは有効になります。
- rules
- IList<BlobInventoryPolicyRule>
ストレージ アカウント BLOB インベントリ ポリシールール。 ルールは、有効になっているときに適用されます。
- destination
- String
API バージョン 2021-04-01 以降の非推奨のプロパティでは、必要な宛先コンテナー名を規則レベル 'policy.rule.destination' で指定する必要があります
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET