Compartilhar via


RuleManagementEventDataSource.ResourceUri Propriedade

 

Opcional. O uri do recurso.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo