ListEventsForResourceGroupParameters.ResourceGroupName Property

 

Get or set 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

ListEventsForResourceGroupParameters Class
Microsoft.Azure.Insights Namespace

Return to top