Freigeben über


ListContainerItems Class

Definition

Response schema. Contains list of blobs returned, and if paging is requested or required, a URL to next page of containers.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListContainerItemsTypeConverter))]
public class ListContainerItems : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListContainerItems
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListContainerItemsTypeConverter))>]
type ListContainerItems = class
    interface IListContainerItems
    interface IJsonSerializable
Public Class ListContainerItems
Implements IListContainerItems
Inheritance
ListContainerItems
Attributes
Implements

Constructors

Name Description
ListContainerItems()

Creates an new ListContainerItems instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ListContainerItem items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListContainerItems.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListContainerItems.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListContainerItems.

FromJsonString(String)

Creates a new instance of ListContainerItems, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListContainerItems into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to