AutoscaleSetting.TargetResourceUri Property
Optional. The resource identifier of the resource that the autoscale setting should be added to.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string TargetResourceUri { get; set; }
public:
property String^ TargetResourceUri {
String^ get();
void set(String^ value);
}
member TargetResourceUri : string with get, set
Public Property TargetResourceUri As String
Property Value
Type: System.String
See Also
AutoscaleSetting Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top