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, IList<BlobInventoryPolicyRule>, String) |
Initializes a new instance of the BlobInventoryPolicySchema class. |
Properties
Destination |
Gets deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination' |
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. |
Applies to
Azure SDK for .NET