Table of Contents

Class SqlDatabaseGetPropertiesResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll
public class SqlDatabaseGetPropertiesResource
Inheritance
SqlDatabaseGetPropertiesResource
Inherited Members

Constructors

SqlDatabaseGetPropertiesResource()

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

public SqlDatabaseGetPropertiesResource()

SqlDatabaseGetPropertiesResource(string, string, object, string, string, string)

Initializes a new instance of the SqlDatabaseGetPropertiesResource class.

public SqlDatabaseGetPropertiesResource(string id, string _rid = null, object _ts = null, string _etag = null, string _colls = null, string _users = null)

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.

Properties

Id

Gets or sets name of the Cosmos DB SQL database

public string Id { get; set; }

Property Value

string

_colls

Gets or sets a system generated property that specified the addressable path of the collections resource.

public string _colls { get; set; }

Property Value

string

_etag

Gets a system generated property representing the resource etag required for optimistic concurrency control.

public string _etag { get; }

Property Value

string

_rid

Gets a system generated property. A unique identifier.

public string _rid { get; }

Property Value

string

_ts

Gets a system generated property that denotes the last updated timestamp of the resource.

public object _ts { get; }

Property Value

object

_users

Gets or sets a system generated property that specifies the addressable path of the users resource.

public string _users { get; set; }

Property Value

string

Methods

Validate()

Validate the object.

public virtual void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails