Method | Description | |
---|---|---|
GetPlatformTagsAsync ( ) : Task |
||
GetScheduleAsync ( ) : Task |
||
GetStaticDataAsync ( ) : Task |
Gets the JSON-encoded CTS routes from Azure.
|
|
SetPlatformTags ( string platformTagsJson ) : void |
Puts a dictionary that takes a PlatformNo (5-digit number) to PlatformTag (3-digit number).
|
|
SetSchedule ( string scheduleJson ) : void | ||
SetStaticData ( string staticDataJson ) : void |
Puts a list of CTS Routes into an Azure Blob as JSON.
|
|
StorageManager ( AppSettings appSettings ) : API.Models |
Method | Description | |
---|---|---|
GetBlockBlob ( string blockBlobName ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob |
Given the name of a block blob, gets a reference to allow read/write to that blob.
|
public SetPlatformTags ( string platformTagsJson ) : void | ||
platformTagsJson | string | |
return | void |
public SetSchedule ( string scheduleJson ) : void | ||
scheduleJson | string | |
return | void |
public SetStaticData ( string staticDataJson ) : void | ||
staticDataJson | string | |
return | void |
public StorageManager ( AppSettings appSettings ) : API.Models | ||
appSettings | AppSettings | |
return | API.Models |