Click or drag to resize

AzureServiceContext Class

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

Class representation of the context in which a PaaSPort Service Pipeline can run
Inheritance Hierarchy
SystemObject
  SwitcherIAzure, AzureServiceContext
    TheInjectables.Foundation.PaaSPort.Azure.PipelinesAzureServiceContext

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 class AzureServiceContext : Switcher<IAzure, AzureServiceContext>

The AzureServiceContext type exposes the following members.

Constructors
  NameDescription
Public methodAzureServiceContext
Creates a new instance of the type
Top
Properties
  NameDescription
Public propertyStatic memberIsConnected
Checks whether or not the Azure service is connected
Top
Methods
  NameDescription
Public methodDispose (Inherited from SwitcherIAzure, AzureServiceContext.)
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
Events
  NameDescription
Protected eventDisposed (Inherited from SwitcherIAzure, AzureServiceContext.)
Top
Fields
  NameDescription
Private field_disposed (Inherited from SwitcherIAzure, AzureServiceContext.)
Top
Remarks
Note that this type is an inherits Sitecore's class. This class may be instantiated in a using-statement containing the calls to run one or more PaaSPort Service Pipelines.
See Also