Udostępnij przez


ListQueueResource Class

Definition

Response schema. Contains list of queues returned

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

Constructors

Name Description
ListQueueResource()

Creates an new ListQueueResource instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ListQueue items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListQueueResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListQueueResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListQueueResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to