AutoscalingSettings.RulesStoreName Property
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. |
Gets or sets the rules store implementation to use.
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
[BrowsableAttribute(false)]
[ReferenceAttribute(typeof(NameTypeConfigurationElementCollection<RulesStoreData, CustomRulesStoreData>),
typeof(RulesStoreData))]
[ConfigurationPropertyAttribute("rulesStoreName", IsRequired = true)]
public string RulesStoreName { get; set; }
'Declaration
<BrowsableAttribute(False)> _
<ReferenceAttribute(GetType(NameTypeConfigurationElementCollection(Of RulesStoreData, CustomRulesStoreData)), _
GetType(RulesStoreData))> _
<ConfigurationPropertyAttribute("rulesStoreName", IsRequired := True)> _
Public Property RulesStoreName As String
Get
Set
[BrowsableAttribute(false)]
[ReferenceAttribute(typeof(NameTypeConfigurationElementCollection<RulesStoreData^, CustomRulesStoreData^>),
typeof(RulesStoreData))]
[ConfigurationPropertyAttribute(L"rulesStoreName", IsRequired = true)]
public:
property String^ RulesStoreName {
String^ get ();
void set (String^ value);
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace