BlobInventoryPolicy Class

Definition

The storage account blob inventory policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BlobInventoryPolicy : Microsoft.Azure.Management.Storage.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlobInventoryPolicy = class
    inherit Resource
Public Class BlobInventoryPolicy
Inherits Resource
Inheritance
BlobInventoryPolicy
Attributes

Constructors

BlobInventoryPolicy()

Initializes a new instance of the BlobInventoryPolicy class.

BlobInventoryPolicy(BlobInventoryPolicySchema, String, String, String, Nullable<DateTime>, SystemData)

Initializes a new instance of the BlobInventoryPolicy class.

Properties

Id

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

(Inherited from Resource)
LastModifiedTime

Gets returns the last modified date and time of the blob inventory policy.

Name

Gets the name of the resource

(Inherited from Resource)
Policy

Gets or sets the storage account blob inventory policy object. It is composed of policy rules.

SystemData
Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to