BlobRulesStoreData 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 BlobXmlFileRulesStore.

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 BlobRulesStoreData : ProtectedRulesStoreData
'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 BlobRulesStoreData _
    Inherits ProtectedRulesStoreData
[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 BlobRulesStoreData : public ProtectedRulesStoreData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    NamedConfigurationElement
      NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.RulesStoreData
          Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.ProtectedRulesStoreData
            Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.BlobRulesStoreData

See Also

BlobRulesStoreData Members

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