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