Freigeben über


EventData.ResourceGroupName Property

 

Optional. Gets or sets the resource group name. (see https://msdn.microsoft.com/library/azure/dn790546.aspx for more information)

Namespace:   Microsoft.Azure.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

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top