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 classThe SqlUserDefinedFunctionGetPropertiesResource model.Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type SqlUserDefinedFunctionResourceModifier and TypeClassDescriptionclassCosmos DB SQL userDefinedFunction resource object.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.