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