QueueProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.QueuePropertiesTypeConverter))]
public class QueueProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IQueueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.QueuePropertiesTypeConverter))>]
type QueueProperties = class
interface IQueueProperties
interface IJsonSerializable
Public Class QueueProperties
Implements IQueueProperties
- Inheritance
-
QueueProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| QueueProperties() |
Creates an new QueueProperties instance. |
Properties
| Name | Description |
|---|---|
| ApproximateMessageCount |
Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. |
| Metadata |
A name-value pair that represents queue metadata. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueueProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueueProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IQueueProperties. |
| FromJsonString(String) |
Creates a new instance of QueueProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueueProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |