Class SqlUserDefinedFunctionGetProperties
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.SqlUserDefinedFunctionGetProperties
The properties of an Azure Cosmos DB userDefinedFunction.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SqlUserDefinedFunctionGetProperties class. -
Method Summary
-
Constructor Details
-
SqlUserDefinedFunctionGetProperties
public SqlUserDefinedFunctionGetProperties()Creates an instance of SqlUserDefinedFunctionGetProperties class.
-
-
Method Details
-
resource
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public SqlUserDefinedFunctionGetProperties withResource(SqlUserDefinedFunctionGetPropertiesResource resource) Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the SqlUserDefinedFunctionGetProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-