public final class DataManifestResourceFunctionsDefinition extends Object
| Constructor and Description |
|---|
DataManifestResourceFunctionsDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<DataManifestCustomResourceFunctionDefinition> |
custom()
Get the custom property: An array of data manifest custom resource definition.
|
List<String> |
standard()
Get the standard property: The standard resource functions (subscription and/or resourceGroup).
|
void |
validate()
Validates the instance.
|
DataManifestResourceFunctionsDefinition |
withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)
Set the custom property: An array of data manifest custom resource definition.
|
DataManifestResourceFunctionsDefinition |
withStandard(List<String> standard)
Set the standard property: The standard resource functions (subscription and/or resourceGroup).
|
public DataManifestResourceFunctionsDefinition()
public List<String> standard()
public DataManifestResourceFunctionsDefinition withStandard(List<String> standard)
standard - the standard value to set.public List<DataManifestCustomResourceFunctionDefinition> custom()
public DataManifestResourceFunctionsDefinition withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)
custom - the custom value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.