FileRulesStoreData 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 LocalXmlFileRulesStore.

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 FileRulesStoreData : 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 FileRulesStoreData _
    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 FileRulesStoreData : 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.FileRulesStoreData

See Also

FileRulesStoreData Members

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