Class ProxyOnlyResource
A proxy only azure resource object
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
public class ProxyOnlyResource : Microsoft.Rest.Azure.IResource
Constructors
ProxyOnlyResource()
Initializes a new instance of the ProxyOnlyResource class.
Declaration
public ProxyOnlyResource ();
ProxyOnlyResource(String, String, String)
Initializes a new instance of the ProxyOnlyResource class.
Declaration
public ProxyOnlyResource (string id = null, string name = null, string type = null);
Parameters
|
String
id
Azure resource Id |
|
String
name
Azure resource name |
|
String
type
Azure resource type |
Properties
Id
Gets azure resource Id
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; }
Property Value
|
String
|
Name
Gets azure resource name
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; }
Property Value
|
String
|
Type
Gets azure resource type
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
Property Value
|
String
|