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