Click or drag to resize

AzureServiceManagerGetAzureService Method

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

Configures and returns a new instance of the Azure client service with the given credentials

Namespace:  TheInjectables.Feature.PaaSPort.Azure.Client
Assembly:  TheInjectables.Feature.PaaSPort.Azure (in TheInjectables.Feature.PaaSPort.Azure.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual IAzure GetAzureService(
	IAzureCredentials credentials
)

Parameters

credentials
Type: TheInjectables.Foundation.PaaSPort.Azure.Service.AuthenticationIAzureCredentials
The credentials to be used for authenticating with the Azure client service

Return Value

Type: IAzure
An type object representing an instance of the Azure client service

Implements

IAzureServiceManagerGetAzureService(IAzureCredentials)
See Also