Uses of Class
com.azure.resourcemanager.cosmos.models.ApiProperties
Packages that use ApiProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ApiProperties in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ApiPropertiesModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.apiProperties()
Get the apiProperties property: API specific properties.DatabaseAccountGetProperties.apiProperties()
Get the apiProperties property: API specific properties.DatabaseAccountGetResultsInner.apiProperties()
Get the apiProperties property: API specific properties.DatabaseAccountUpdateProperties.apiProperties()
Get the apiProperties property: API specific properties.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ApiPropertiesModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.DatabaseAccountGetProperties.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.DatabaseAccountGetResultsInner.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.DatabaseAccountUpdateProperties.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties. -
Uses of ApiProperties in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ApiPropertiesModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.apiProperties()
Get the apiProperties property: API specific properties.DatabaseAccountUpdateParameters.apiProperties()
Get the apiProperties property: API specific properties.static ApiProperties
ApiProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ApiProperties from the JsonReader.ApiProperties.withServerVersion
(ServerVersion serverVersion) Set the serverVersion property: Describes the version of the MongoDB account.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ApiPropertiesModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.DatabaseAccountUpdateParameters.withApiProperties
(ApiProperties apiProperties) Set the apiProperties property: API specific properties.