QueueServiceProperties1 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.
The properties of a storage account’s Queue service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.QueueServiceProperties1TypeConverter))]
public class QueueServiceProperties1 : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IQueueServiceProperties1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.QueueServiceProperties1TypeConverter))>]
type QueueServiceProperties1 = class
interface IQueueServiceProperties1
interface IJsonSerializable
Public Class QueueServiceProperties1
Implements IQueueServiceProperties1
- Inheritance
-
QueueServiceProperties1
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| QueueServiceProperties1() |
Creates an new QueueServiceProperties1 instance. |
Properties
| Name | Description |
|---|---|
| CorCorsRule |
The List of CORS rules. You can include up to five CorsRule elements in the request. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueueServiceProperties1. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueueServiceProperties1. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IQueueServiceProperties1. |
| FromJsonString(String) |
Creates a new instance of QueueServiceProperties1, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueueServiceProperties1 into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |