次の方法で共有


RuleGetResponse.Location Property

 

Optional. The location of the rule.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top