ListEventsForResourceProviderParameters.ResourceProvider Property

 

Get or set the resource provider

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

[FilterParameterAttribute("resourceProvider")]
public string ResourceProvider { get; set; }
public:
[FilterParameterAttribute("resourceProvider")]
property String^ ResourceProvider {
    String^ get();
    void set(String^ value);
}
[<FilterParameterAttribute("resourceProvider")>]
member ResourceProvider : string with get, set
<FilterParameterAttribute("resourceProvider")>
Public Property ResourceProvider As String

Property Value

Type: System.String

See Also

ListEventsForResourceProviderParameters Class
Microsoft.Azure.Insights Namespace

Return to top