SqlDatabaseGetPropertiesResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlDatabaseGetPropertiesResource() |
Initializes a new instance of the SqlDatabaseGetPropertiesResource class. |
SqlDatabaseGetPropertiesResource(String, String, Object, String, String, String) |
Initializes a new instance of the SqlDatabaseGetPropertiesResource class. |
SqlDatabaseGetPropertiesResource()
Initializes a new instance of the SqlDatabaseGetPropertiesResource class.
public SqlDatabaseGetPropertiesResource ();
Public Sub New ()
Applies to
SqlDatabaseGetPropertiesResource(String, String, Object, String, String, String)
Initializes a new instance of the SqlDatabaseGetPropertiesResource class.
public SqlDatabaseGetPropertiesResource (string id, string _rid = default, object _ts = default, string _etag = default, string _colls = default, string _users = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetPropertiesResource : string * string * obj * string * string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetPropertiesResource
Public Sub New (id As String, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing, Optional _colls As String = Nothing, Optional _users As String = Nothing)
Parameters
- id
- String
Name of the Cosmos DB SQL database
- _rid
- String
A system generated property. A unique identifier.
- _ts
- Object
A system generated property that denotes the last updated timestamp of the resource.
- _etag
- String
A system generated property representing the resource etag required for optimistic concurrency control.
- _colls
- String
A system generated property that specified the addressable path of the collections resource.
- _users
- String
A system generated property that specifies the addressable path of the users resource.
Applies to
Azure SDK for .NET