次の方法で共有


BlobInventoryPolicySchema コンストラクター

定義

オーバーロード

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' で指定する必要があります

適用対象