BlobInventoryPolicy Class
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.
The storage account blob inventory policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BlobInventoryPolicy : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlobInventoryPolicy = class
inherit Resource
Public Class BlobInventoryPolicy
Inherits Resource
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Validate() |
Validate the object. |