Partager via


IBlobInventoryPolicyProperties Interface

Definition

[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)

Applies to