IBlobInventoryPolicySchema Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicySchemaTypeConverter))]
public interface IBlobInventoryPolicySchema : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicySchemaTypeConverter))>]
type IBlobInventoryPolicySchema = interface
interface IJsonSerializable
Public Interface IBlobInventoryPolicySchema
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Destination |
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 |
Policy is enabled if set to true. |
Rule |
The storage account blob inventory policy rules. The rule is applied when it is enabled. |
Type |
The valid value is Inventory |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |