Uses of Class
com.azure.resourcemanager.cosmos.models.ApiType
-
Packages that use ApiType Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 Modifier and Type Method Description ApiTypeRestorableDatabaseAccountGetResultInner. apiType()Get the apiType property: The API type of the restorable database account.ApiTypeRestorableDatabaseAccountProperties. apiType()Get the apiType property: The API type of the restorable database account. -
Uses of ApiType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ApiType Modifier and Type Field Description static ApiTypeApiType. CASSANDRAStatic value Cassandra for ApiType.static ApiTypeApiType. GREMLINStatic value Gremlin for ApiType.static ApiTypeApiType. GREMLIN_V2Static value GremlinV2 for ApiType.static ApiTypeApiType. MONGO_DBStatic value MongoDB for ApiType.static ApiTypeApiType. SQLStatic value Sql for ApiType.static ApiTypeApiType. TABLEStatic value Table for ApiType.Methods in com.azure.resourcemanager.cosmos.models that return ApiType Modifier and Type Method Description static 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 ApiType Modifier and Type Method Description static Collection<ApiType>ApiType. values()
-