Freigeben über


ListQueueProperties Class

Definition

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

Constructors

Name Description
ListQueueProperties()

Creates an new ListQueueProperties instance.

Properties

Name Description
Metadata

A name-value pair that represents queue metadata.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListQueueProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListQueueProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListQueueProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to