Click or drag to resize

AzureSettings Class

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

The object containing the settings for running a PaaSPort Service Pipeline
Inheritance Hierarchy
SystemObject
  TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.PluginsAzureSettings

Namespace:  TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Plugins
Assembly:  TheInjectables.Feature.PaaSPort.DXF (in TheInjectables.Feature.PaaSPort.DXF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AzureSettings : IPlugin, 
	IAzureCredentials

The AzureSettings type exposes the following members.

Constructors
  NameDescription
Public methodAzureSettings
Initializes a new instance of the AzureSettings class
Top
Properties
  NameDescription
Public propertyClientId
Gets or sets the
Public propertyKey
Gets or sets the
Public propertyServiceManager
Gets (or creates and gets) the service manager used to get the Azure client service
Public propertyServiceManagerConfigurationPath
Gets or sets the path to the configuration node defining the type of the service manager
Public propertyServicePipelineArgs
Gets (or creates and gets) the arguments to be passed to the service pipeline
Public propertyServicePipelineArgsConfigurationPath
Gets or sets the path to the configuration node defining the type of the PaaSPort Service Pipeline's arguments
Public propertyServicePipelineName
Gets or sets the name of the PaaSPort Service Pipeline to be executed
Public propertySubscriptionId
Gets or sets the
Public propertyTenantId
Gets or sets the
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also