Uses of Class
com.azure.resourcemanager.cosmos.models.SqlUserDefinedFunctionResource
Packages that use SqlUserDefinedFunctionResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlUserDefinedFunctionResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlUserDefinedFunctionResourceModifier and TypeMethodDescriptionSqlUserDefinedFunctionCreateUpdateProperties.resource()
Get the resource property: The standard JSON format of a userDefinedFunction.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlUserDefinedFunctionResourceModifier and TypeMethodDescriptionSqlUserDefinedFunctionCreateUpdateProperties.withResource
(SqlUserDefinedFunctionResource resource) Set the resource property: The standard JSON format of a userDefinedFunction. -
Uses of SqlUserDefinedFunctionResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlUserDefinedFunctionResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
The SqlUserDefinedFunctionGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlUserDefinedFunctionResourceModifier and TypeMethodDescriptionSqlUserDefinedFunctionResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SqlUserDefinedFunctionResource from the JsonReader.SqlUserDefinedFunctionCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a userDefinedFunction.Set the body property: Body of the User Defined Function.Set the id property: Name of the Cosmos DB SQL userDefinedFunction.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlUserDefinedFunctionResourceModifier and TypeMethodDescriptionSqlUserDefinedFunctionCreateUpdateParameters.withResource
(SqlUserDefinedFunctionResource resource) Set the resource property: The standard JSON format of a userDefinedFunction.