BlobServiceInformationStoreData Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Configuration data for the BlobXmlFileServiceInformationStore.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement.ContextAdd, 
    Replace = CommandReplacement.DefaultAddCommandReplacement)]
public class BlobServiceInformationStoreData : ProtectedServiceInformationStoreData
'Declaration
<CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement := CommandPlacement.ContextAdd,  _
    Replace := CommandReplacement.DefaultAddCommandReplacement)> _
Public Class BlobServiceInformationStoreData _
    Inherits ProtectedServiceInformationStoreData
[CommandAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.CollectionElementUseCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement::ContextAdd, 
    Replace = CommandReplacement::DefaultAddCommandReplacement)]
public ref class BlobServiceInformationStoreData : public ProtectedServiceInformationStoreData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    NamedConfigurationElement
      NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.ServiceInformationStoreData
          Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.ProtectedServiceInformationStoreData
            Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.BlobServiceInformationStoreData

See Also

BlobServiceInformationStoreData Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace