Uses of Class
com.azure.resourcemanager.cosmos.models.ApiType
Packages that use ApiType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ApiType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ApiType -
Uses of ApiType in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type ApiType in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classEnum to indicate the API type of the restorable database account.Fields in com.azure.resourcemanager.cosmos.models declared as ApiTypeModifier and TypeFieldDescriptionstatic final ApiTypeApiType.CASSANDRAStatic value Cassandra for ApiType.static final ApiTypeApiType.GREMLINStatic value Gremlin for ApiType.static final ApiTypeApiType.GREMLIN_V2Static value GremlinV2 for ApiType.static final ApiTypeApiType.MONGO_DBStatic value MongoDB for ApiType.static final ApiTypeApiType.SQLStatic value Sql for ApiType.static final ApiTypeApiType.TABLEStatic value Table for ApiType.Methods in com.azure.resourcemanager.cosmos.models that return ApiTypeModifier and TypeMethodDescriptionstatic ApiTypeApiType.fromString(String name) Creates or finds a ApiType from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ApiTypeModifier and TypeMethodDescriptionstatic Collection<ApiType> ApiType.values()Gets known ApiType values.