AutoscalingSettings.ServiceInformationStores 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. |
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
[ConfigurationPropertyAttribute("serviceInformationStores", IsRequired = true)]
[CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.ElementCollectionSetCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement.ContextAdd,
Replace = CommandReplacement.DefaultAddCommandReplacement)]
[ConfigurationCollectionAttribute(typeof(ServiceInformationStoreData))]
[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.ServiceInformationStoreElementCollectionViewModel, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration")]
public NameTypeConfigurationElementCollection<ServiceInformationStoreData, CustomServiceInformationStoreData> ServiceInformationStores { get; }
'Declaration
<ConfigurationPropertyAttribute("serviceInformationStores", IsRequired := True)> _
<CommandAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.ElementCollectionSetCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement := CommandPlacement.ContextAdd, _
Replace := CommandReplacement.DefaultAddCommandReplacement)> _
<ConfigurationCollectionAttribute(GetType(ServiceInformationStoreData))> _
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.ServiceInformationStoreElementCollectionViewModel, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration")> _
Public ReadOnly Property ServiceInformationStores As NameTypeConfigurationElementCollection(Of ServiceInformationStoreData, CustomServiceInformationStoreData)
Get
[ConfigurationPropertyAttribute(L"serviceInformationStores", IsRequired = true)]
[CommandAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.Commands.ElementCollectionSetCommand, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration", CommandPlacement = CommandPlacement::ContextAdd,
Replace = CommandReplacement::DefaultAddCommandReplacement)]
[ConfigurationCollectionAttribute(typeof(ServiceInformationStoreData))]
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel.ServiceInformationStoreElementCollectionViewModel, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration")]
public:
property NameTypeConfigurationElementCollection<ServiceInformationStoreData^, CustomServiceInformationStoreData^>^ ServiceInformationStores {
NameTypeConfigurationElementCollection<ServiceInformationStoreData^, CustomServiceInformationStoreData^>^ get ();
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace