Click or drag to resize

AzureServiceContext Constructor

[This is preliminary documentation and is subject to change.]

Creates a new instance of the type

Namespace:  TheInjectables.Foundation.PaaSPort.Azure.Pipelines
Assembly:  TheInjectables.Foundation.PaaSPort.Azure (in TheInjectables.Foundation.PaaSPort.Azure.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AzureServiceContext(
	IAzure azureService
)

Parameters

azureService
Type: IAzure
The Azure client service to be used for the context
Remarks
Note that the Azure client service is stored in the
See Also