static string
| GetResourceKey (this PipelineOptions options)
Get the resource key setting from the supplied PipelineOptions More...
|
static void
| SetResourceKey (this PipelineOptions options, string resourceKey)
Set the resource key setting in the supplied PipelineOptions instance to the given value. More...
|
static void
| SetCloudEndPoint (this PipelineOptions options, string cloudEndPoint)
Set the cloud end point setting in the supplied PipelineOptions instance to the given value. More...
|
static string
| GetHashDataFile (this PipelineOptions options)
Get the hash data file setting from the supplied PipelineOptions More...
|
static void
| SetHashDataFile (this PipelineOptions options, string dataFile)
Set the hash data file setting from the supplied PipelineOptions More...
|
static string
| GetAppleDataFile (this PipelineOptions options)
Get the Apple data file setting from the supplied PipelineOptions More...
|
static void
| SetAppleDataFile (this PipelineOptions options, string dataFile)
Set the Apple data file setting from the supplied PipelineOptions More...
|
static ElementOptions
| GetElementConfig (this PipelineOptions options, string elementName)
|