RuleManagementEventDataSource.ResourceProviderName Property
Optional. The resource provider name.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string ResourceProviderName { get; set; }
public:
property String^ ResourceProviderName {
String^ get();
void set(String^ value);
}
member ResourceProviderName : string with get, set
Public Property ResourceProviderName As String
Property Value
Type: System.String
See Also
RuleManagementEventDataSource Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top