Class SqlUserDefinedFunctionGetProperties
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.SqlUserDefinedFunctionGetProperties
-
public final class SqlUserDefinedFunctionGetProperties extends Object
The properties of an Azure Cosmos DB userDefinedFunction.
-
-
Constructor Summary
Constructors Constructor Description SqlUserDefinedFunctionGetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlUserDefinedFunctionGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.SqlUserDefinedFunctionGetPropertieswithResource(SqlUserDefinedFunctionGetPropertiesResource resource)Set the resource property: The resource property.
-
-
-
Method Detail
-
resource
public SqlUserDefinedFunctionGetPropertiesResource 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.
-
-