azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

109 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind"
name: "CosmosDBAccount.DefinitionStages.WithKind"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind"
summary: "The stage of the cosmos db definition allowing to set the database account kind."
syntax: "public static interface **CosmosDBAccount.DefinitionStages.WithKind**"
methods:
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelAzureTable()"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelAzureTable()"
name: "withDataModelAzureTable()"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withDataModelAzureTable()"
summary: "Creates an Azure Table CosmosDB account."
modifiers:
- "abstract"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withDataModelAzureTable()"
desc: "Creates an Azure Table CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelCassandra()"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelCassandra()"
name: "withDataModelCassandra()"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withDataModelCassandra()"
summary: "Creates a Cassandra CosmosDB account."
modifiers:
- "abstract"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withDataModelCassandra()"
desc: "Creates a Cassandra CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelGremlin()"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelGremlin()"
name: "withDataModelGremlin()"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withDataModelGremlin()"
summary: "Creates a Gremlin CosmosDB account."
modifiers:
- "abstract"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withDataModelGremlin()"
desc: "Creates a Gremlin CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelMongoDB()"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelMongoDB()"
name: "withDataModelMongoDB()"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withDataModelMongoDB()"
summary: "Creates a MongoDB CosmosDB account."
modifiers:
- "abstract"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withDataModelMongoDB()"
desc: "Creates a MongoDB CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelSql()"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withDataModelSql()"
name: "withDataModelSql()"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withDataModelSql()"
summary: "Creates a SQL CosmosDB account."
modifiers:
- "abstract"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withDataModelSql()"
desc: "Creates a SQL CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withKind(com.microsoft.azure.management.cosmosdb.DatabaseAccountKind)"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind)"
name: "withKind(DatabaseAccountKind kind)"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind)"
summary: "The database account kind for the CosmosDB account."
modifiers:
- "abstract"
parameters:
- description: "the account kind"
name: "kind"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DatabaseAccountKind?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountKind&text=DatabaseAccountKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withKind(DatabaseAccountKind kind)"
desc: "The database account kind for the CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withKind(com.microsoft.azure.management.cosmosdb.DatabaseAccountKind,com.microsoft.azure.management.cosmosdb.Capability...)"
fullName: "com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind, Capability[] capabilities)"
name: "withKind(DatabaseAccountKind kind, Capability[] capabilities)"
nameWithType: "CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind, Capability[] capabilities)"
summary: "The database account kind for the CosmosDB account."
modifiers:
- "abstract"
parameters:
- description: "the account kind"
name: "kind"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DatabaseAccountKind?alt=com.microsoft.azure.management.cosmosdb.DatabaseAccountKind&text=DatabaseAccountKind\" data-throw-if-not-resolved=\"False\" />"
- description: "the list of Cosmos DB capabilities for the account"
name: "capabilities"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.Capability?alt=com.microsoft.azure.management.cosmosdb.Capability&text=Capability\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public abstract CosmosDBAccount.DefinitionStages.WithConsistencyPolicy withKind(DatabaseAccountKind kind, Capability[] capabilities)"
desc: "The database account kind for the CosmosDB account."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy?alt=com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy&text=WithConsistencyPolicy\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the cosmos db definition allowing to set the database account kind."
metadata: {}
package: "com.microsoft.azure.management.cosmosdb"
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4