ListContainerItems 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.
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.Functions.Models.Api20190401.ListContainerItemsTypeConverter))]
public class ListContainerItems : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListContainerItems
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListContainerItemsTypeConverter))>]
type ListContainerItems = class
interface IListContainerItems
interface IJsonSerializable
Public Class ListContainerItems
Implements IListContainerItems
- Inheritance
-
ListContainerItems
- Attributes
- Implements
Constructors
ListContainerItems() |
Creates an new ListContainerItems instance. |
Properties
NextLink |
Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size. |
Value |
List of blobs containers returned. |
Methods
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.Functions.Models.Api20190401.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. |