BlobInventoryPolicyProperties 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 properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicyPropertiesTypeConverter))]
public class BlobInventoryPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryPolicyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryPolicyPropertiesTypeConverter))>]
type BlobInventoryPolicyProperties = class
interface IBlobInventoryPolicyProperties
interface IJsonSerializable
Public Class BlobInventoryPolicyProperties
Implements IBlobInventoryPolicyProperties
- Inheritance
-
BlobInventoryPolicyProperties
- Attributes
- Implements
Constructors
BlobInventoryPolicyProperties() |
Creates an new BlobInventoryPolicyProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobInventoryPolicyProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BlobInventoryPolicyProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryPolicyProperties. |
FromJsonString(String) |
Creates a new instance of BlobInventoryPolicyProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BlobInventoryPolicyProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |