Class ApiEntityReference
The API entity reference.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ApiEntityReference
Constructors
ApiEntityReference()
Initializes a new instance of the ApiEntityReference class.
Declaration
public ApiEntityReference ();
ApiEntityReference(String)
Initializes a new instance of the ApiEntityReference class.
Declaration
public ApiEntityReference (string id = null);
Parameters
|
String
id
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... |
Properties
Id
Gets or sets the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; set; }
Property Value
|
String
|