public class SqlUserDefinedFunctionCreateUpdateParameters extends ArmResourceProperties
| Constructor and Description |
|---|
SqlUserDefinedFunctionCreateUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
options()
Get the options property: A key-value pair of options to be applied for the request.
|
SqlUserDefinedFunctionResource |
resource()
Get the resource property: The standard JSON format of a userDefinedFunction.
|
void |
validate()
Validates the instance.
|
SqlUserDefinedFunctionCreateUpdateParameters |
withOptions(Map<String,String> options)
Set the options property: A key-value pair of options to be applied for the request.
|
SqlUserDefinedFunctionCreateUpdateParameters |
withResource(SqlUserDefinedFunctionResource resource)
Set the resource property: The standard JSON format of a userDefinedFunction.
|
public SqlUserDefinedFunctionCreateUpdateParameters()
public SqlUserDefinedFunctionResource resource()
public SqlUserDefinedFunctionCreateUpdateParameters withResource(SqlUserDefinedFunctionResource resource)
resource - the resource value to set.public Map<String,String> options()
public SqlUserDefinedFunctionCreateUpdateParameters withOptions(Map<String,String> options)
options - the options value to set.public void validate()
validate in class ArmResourcePropertiesIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.