Uses of Class
com.azure.resourcemanager.cosmos.models.ApiProperties
-
Packages that use ApiProperties 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 ApiProperties in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ApiProperties Modifier and Type Method Description ApiPropertiesDatabaseAccountCreateUpdateProperties. apiProperties()Get the apiProperties property: API specific properties.ApiPropertiesDatabaseAccountGetProperties. apiProperties()Get the apiProperties property: API specific properties.ApiPropertiesDatabaseAccountGetResultsInner. apiProperties()Get the apiProperties property: API specific properties.ApiPropertiesDatabaseAccountUpdateProperties. apiProperties()Get the apiProperties property: API specific properties.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ApiProperties Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withApiProperties(ApiProperties apiProperties)Set the apiProperties property: API specific properties.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withApiProperties(ApiProperties apiProperties)Set the apiProperties property: API specific properties.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withApiProperties(ApiProperties apiProperties)Set the apiProperties property: API specific properties.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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 ApiProperties Modifier and Type Method Description ApiPropertiesDatabaseAccountCreateUpdateParameters. apiProperties()Get the apiProperties property: API specific properties.ApiPropertiesDatabaseAccountUpdateParameters. apiProperties()Get the apiProperties property: API specific properties.ApiPropertiesApiProperties. withServerVersion(ServerVersion serverVersion)Set the serverVersion property: Describes the ServerVersion of an a MongoDB account.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ApiProperties Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withApiProperties(ApiProperties apiProperties)Set the apiProperties property: API specific properties.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withApiProperties(ApiProperties apiProperties)Set the apiProperties property: API specific properties.
-