|
AzureStreamingCreate Method
|
Creates an Azure streaming instance that is associated with a customer (storage account) and job (container).
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public static IStreaming Create(
string customerName,
string jobName,
string storageKey
)
Parameters
- customerName String
- Customer (storage account) name.
- jobName String
- Job (container) name.
- storageKey String
- The key or connection string to the cloud storage.
Return Value
IStreaming[Missing <returns> documentation for "M:RCS.Carbon.Variables.AzureStreaming.Create(System.String,System.String,System.String)"]
Exceptions See Also