SqlUserDefinedFunctionGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. cosmos. models. ArmResourceProperties - com.
azure. resourcemanager. cosmos. fluent. models. SqlUserDefinedFunctionGetResultsInner
- com.
- com.
- com.
- com.
public final class SqlUserDefinedFunctionGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB userDefinedFunction.
Constructor | Description |
---|---|
Sql |
Creates an instance of Sql |
Modifier and Type | Method and Description |
---|---|
static
Sql |
from Reads an instance of Sql |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Sql |
resource()
Get the resource property: The resource property. |
Json |
to |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Sql |
with |
Sql |
with Set the resource property: The resource property. |
Sql |
with |
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
SqlUserDefinedFunctionGetResultsInner
public SqlUserDefinedFunctionGetResultsInner()
Creates an instance of SqlUserDefinedFunctionGetResultsInner class.
fromJson
public static SqlUserDefinedFunctionGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of SqlUserDefinedFunctionGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SqlUserDefinedFunctionGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SqlUserDefinedFunctionGetResultsInner.name()Returns:
resource
public SqlUserDefinedFunctionGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlUserDefinedFunctionGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SqlUserDefinedFunctionGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SqlUserDefinedFunctionGetResultsInner.validate()withLocation
public SqlUserDefinedFunctionGetResultsInner withLocation(String location)
Overrides:
SqlUserDefinedFunctionGetResultsInner.withLocation(String location)Parameters:
withResource
public SqlUserDefinedFunctionGetResultsInner withResource(SqlUserDefinedFunctionGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public SqlUserDefinedFunctionGetResultsInner withTags(Map
Overrides:
SqlUserDefinedFunctionGetResultsInner.withTags(Map<String,String> tags)Parameters: