Class SubResource
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class SubResource : Microsoft.Rest.Azure.IResource
Constructors
SubResource()
Initializes a new instance of the SubResource class.
Declaration
public SubResource ();
SubResource(String)
Initializes a new instance of the SubResource class.
Declaration
public SubResource (string id = null);
Parameters
|
String
id
Resource Id |
Properties
Id
Gets or sets resource Id
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; set; }
Property Value
|
String
|