Click or drag to resize

IAzureCredentials Interface

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

Interface defining properties necessary in order to authenticate with the Azure Client services

Namespace:  TheInjectables.Foundation.PaaSPort.Azure.Service.Authentication
Assembly:  TheInjectables.Foundation.PaaSPort.Azure (in TheInjectables.Foundation.PaaSPort.Azure.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IAzureCredentials

The IAzureCredentials type exposes the following members.

Properties
  NameDescription
Public propertyClientId
Gets or sets ID of the Azure client
Public propertyKey
Gets or sets Azure app key
Public propertySubscriptionId
Gets or sets ID of the Azure subscription
Public propertyTenantId
Gets or sets ID of the Azure tenant
Top
See Also