IBlobInventoryPolicyProperties 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.BlobInventoryPolicyPropertiesTypeConverter))]
public interface IBlobInventoryPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicyPropertiesTypeConverter))>]
type IBlobInventoryPolicyProperties = interface
interface IJsonSerializable
Public Interface IBlobInventoryPolicyProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
LastModifiedTime |
Returns the last modified date and time of the blob inventory policy. |
PolicyDestination |
Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination' |
PolicyEnabled |
Policy is enabled if set to true. |
PolicyRule |
The storage account blob inventory policy rules. The rule is applied when it is enabled. |
PolicyType |
The valid value is Inventory |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |