Partager via


BlobInventoryPolicy Class

Definition

The storage account blob inventory policy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicyTypeConverter))]
public class BlobInventoryPolicy : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicyTypeConverter))>]
type BlobInventoryPolicy = class
    interface IBlobInventoryPolicy
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class BlobInventoryPolicy
Implements IBlobInventoryPolicy, IValidates
Inheritance
BlobInventoryPolicy
Attributes
Implements

Constructors

BlobInventoryPolicy()

Creates an new BlobInventoryPolicy instance.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

LastModifiedTime

Returns the last modified date and time of the blob inventory policy.

Name

The name of the resource

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

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobInventoryPolicy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobInventoryPolicy.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryPolicy.

FromJsonString(String)

Creates a new instance of BlobInventoryPolicy, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobInventoryPolicy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to