ISqlDatabase Interface

Definition

A SQL database.

public interface ISqlDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase>
type ISqlDatabase = interface
    interface IBeta
    interface IHasInner<SqlDatabaseGetResultsInner>
    interface IExternalChildResource<ISqlDatabase, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<ISqlDatabase>
Public Interface ISqlDatabase
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of ISqlDatabase, ICosmosDBAccount), IHasInner(Of SqlDatabaseGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of ISqlDatabase)
Implements

Properties

_colls

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

_etag

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

_rid

Gets a system generated property. A unique identifier.

_ts

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

_users

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

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
SqlDatabaseId

Gets name of the Cosmos DB SQL database.

Methods

GetSqlContainer(String)
GetSqlContainerAsync(String, CancellationToken)
GetThroughputSettings()
GetThroughputSettingsAsync(CancellationToken)
ListSqlContainers()
ListSqlContainersAsync(CancellationToken)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to