Поделиться через


DirectoryConfiguration.Path Property

 

Optional. The path of the resource to monitor.

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

Syntax

public DirectoryPath Path { get; set; }
public:
property DirectoryPath^ Path {
    DirectoryPath^ get();
    void set(DirectoryPath^ value);
}
member Path : DirectoryPath with get, set
Public Property Path As DirectoryPath

Property Value

Type: Microsoft.Azure.Management.Insights.Models.DirectoryPath

See Also

DirectoryConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top