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