你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListBlobInventoryPolicy Class

Definition

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()

Applies to