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