LocationThresholdRuleCondition.DataSource (Propiedad)
Opcional. El recurso desde la que la regla recopila los datos.
Espacio de nombres: Microsoft.Azure.Management.Insights.Models
Ensamblado: Microsoft.Azure.Insights (en Microsoft.Azure.Insights.dll)
Sintaxis
public RuleDataSource DataSource { get; set; }
public:
property RuleDataSource^ DataSource {
RuleDataSource^ get();
void set(RuleDataSource^ value);
}
member DataSource : RuleDataSource with get, set
Public Property DataSource As RuleDataSource
Valor de propiedad
Type: Microsoft.Azure.Management.Insights.Models.RuleDataSource
Vea también
LocationThresholdRuleCondition (Clase)
Microsoft.Azure.Management.Insights.Models (Espacio de nombres)
Volver al principio