Share via


JobQueueMessage.SasToken Property

 

Required. SAS key for the storage account to send message to the queue.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public string SasToken { get; set; }
public:
property String^ SasToken {
    String^ get();
    void set(String^ value);
}
member SasToken : string with get, set
Public Property SasToken As String

Property Value

Type: System.String

See Also

JobQueueMessage Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top