你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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