Compartilhar via


RuleManagementEventDataSource.ResourceProviderName Propriedade

 

Opcional. O nome do provedor de recursos.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)

Sintaxe

public string ResourceProviderName { get; set; }
public:
property String^ ResourceProviderName {
    String^ get();
    void set(String^ value);
}
member ResourceProviderName : string with get, set
Public Property ResourceProviderName As String

Valor de propriedade

Type: System.String

Consulte também

Classe RuleManagementEventDataSource
Namespace Microsoft.Azure.Management.Insights.Models

Retornar ao topo