你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobInventoryPolicySchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The storage account blob inventory policy rules.
public class BlobInventoryPolicySchema
type BlobInventoryPolicySchema = class
Public Class BlobInventoryPolicySchema
- Inheritance
-
BlobInventoryPolicySchema
Constructors
BlobInventoryPolicySchema() |
Initializes a new instance of the BlobInventoryPolicySchema class. |
BlobInventoryPolicySchema(Boolean, String, IList<BlobInventoryPolicyRule>) |
Initializes a new instance of the BlobInventoryPolicySchema class. |
Properties
Destination |
Gets or sets container name where blob inventory files are stored. Must be pre-created. |
Enabled |
Gets or sets policy is enabled if set to true. |
Rules |
Gets or sets the storage account blob inventory policy rules. The rule is applied when it is enabled. |
Type |
The valid value is Inventory |
Methods
Validate() |
Validate the object. |