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