AzureStorageQueue.CloudQueue Property

Definition

Cloud Queue object

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Queue End Point", ScriptBlock="$_.CloudQueue.ServiceClient.BaseUri", 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 Microsoft.Azure.Storage.Queue.CloudQueue CloudQueue { get; }
public Microsoft.WindowsAzure.Storage.Queue.CloudQueue CloudQueue { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Queue End Point", ScriptBlock="$_.CloudQueue.ServiceClient.BaseUri", 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.CloudQueue : Microsoft.Azure.Storage.Queue.CloudQueue
member this.CloudQueue : Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Public ReadOnly Property CloudQueue As CloudQueue

Property Value

Attributes

Applies to