ModelDiscoverySettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ModelDiscoverySettings.
public ModelDiscoverySettings(string scope, Azure.ResourceManager.CloudHealth.Models.DiscoveryRuleRecommendedSignalsBehavior addRecommendedSignals);
new Azure.ResourceManager.CloudHealth.Models.ModelDiscoverySettings : string * Azure.ResourceManager.CloudHealth.Models.DiscoveryRuleRecommendedSignalsBehavior -> Azure.ResourceManager.CloudHealth.Models.ModelDiscoverySettings
Public Sub New (scope As String, addRecommendedSignals As DiscoveryRuleRecommendedSignalsBehavior)
Parameters
- scope
- String
The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
- addRecommendedSignals
- DiscoveryRuleRecommendedSignalsBehavior
Whether to add all recommended signals to the discovered entities.
Exceptions
scope is null.