GetCountSummaryForResourceGroupParameters.ResourceGroupName Property
Gets or sets the resource group name
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
[FilterParameterAttribute("resourceGroupName")]
public string ResourceGroupName { get; set; }
public:
[FilterParameterAttribute("resourceGroupName")]
property String^ ResourceGroupName {
String^ get();
void set(String^ value);
}
[<FilterParameterAttribute("resourceGroupName")>]
member ResourceGroupName : string with get, set
<FilterParameterAttribute("resourceGroupName")>
Public Property ResourceGroupName As String
Property Value
Type: System.String
See Also
GetCountSummaryForResourceGroupParameters Class
Microsoft.Azure.Insights Namespace
Return to top