Class WorkerHostStorageConnectionStringResolver
Provide a service whereby the storage connection string for the worker host is obtained by checking the various possible definition locations.
Inheritance
System.Object
WorkerHostStorageConnectionStringResolver
Implements
Inherited Members
Namespace: DNVGL.One.Compute.StorageLibrary.Azure.ConnectionResolver
Assembly: DNVGL.One.Compute.StorageLibrary.Azure.dll
Syntax
public class WorkerHostStorageConnectionStringResolver : AzureStorageConnectionStringResolver, IStorageConnectionStringResolver
Constructors
View SourceWorkerHostStorageConnectionStringResolver(String[])
Initializes a new instance of the WorkerHostStorageConnectionStringResolver class.
Declaration
public WorkerHostStorageConnectionStringResolver(string[] cmdLineArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | cmdLineArgs | The command line arguments. |
Methods
View SourceResolveStorageConnectionString()
Resolves the storage connection string.
Declaration
public override string ResolveStorageConnectionString()
Returns
| Type | Description |
|---|---|
| System.String | The resolved storage connection string. |