IWithKind Interface
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.
The stage of the cosmos db definition allowing to set the database account kind.
public interface IWithKind : Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithKindBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithKind = interface
interface IWithKindBeta
interface IBeta
Public Interface IWithKind
Implements IBeta, IWithKindBeta
- Derived
- Implements
Methods
WithDataModelAzureTable() |
Creates an Azure Table CosmosDB account. (Inherited from IWithKindBeta) |
WithDataModelCassandra() |
Creates a Cassandra CosmosDB account. (Inherited from IWithKindBeta) |
WithDataModelGremlin() |
Creates a Gremlin CosmosDB account. (Inherited from IWithKindBeta) |
WithDataModelMongoDB() |
Creates a MongoDB CosmosDB account. (Inherited from IWithKindBeta) |
WithDataModelSql() |
Creates a SQL CosmosDB account. (Inherited from IWithKindBeta) |
WithKind(DatabaseAccountKind, Capability[]) |
The database account kind for the CosmosDB account. (Inherited from IWithKindBeta) |
WithKind(String) |
The database account kind for the CosmosDB account. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET