AzureStorageQueue.QueueClient Property
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.
XSCL Track2 Queue Client, used to run Queue APIs
public Azure.Storage.Queues.QueueClient QueueClient { get; }
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Storage Account Name", ScriptBlock="$_.QueueClient.AccountName", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Azure.Storage.Queues.QueueClient QueueClient { get; }
member this.QueueClient : Azure.Storage.Queues.QueueClient
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Storage Account Name", ScriptBlock="$_.QueueClient.AccountName", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.QueueClient : Azure.Storage.Queues.QueueClient
Public ReadOnly Property QueueClient As QueueClient
Property Value
- Attributes