Class DataManifestResourceFunctionsDefinition
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.DataManifestResourceFunctionsDefinition
-
public final class DataManifestResourceFunctionsDefinition extends Object
The resource functions supported by a manifest.
-
-
Constructor Summary
Constructors Constructor Description DataManifestResourceFunctionsDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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).voidvalidate()Validates the instance.DataManifestResourceFunctionsDefinitionwithCustom(List<DataManifestCustomResourceFunctionDefinition> custom)Set the custom property: An array of data manifest custom resource definition.DataManifestResourceFunctionsDefinitionwithStandard(List<String> standard)Set the standard property: The standard resource functions (subscription and/or resourceGroup).
-
-
-
Method Detail
-
standard
public List<String> standard()
Get the standard property: The standard resource functions (subscription and/or resourceGroup).- Returns:
- the standard value.
-
withStandard
public DataManifestResourceFunctionsDefinition withStandard(List<String> standard)
Set the standard property: The standard resource functions (subscription and/or resourceGroup).- Parameters:
standard- the standard value to set.- Returns:
- the DataManifestResourceFunctionsDefinition object itself.
-
custom
public List<DataManifestCustomResourceFunctionDefinition> custom()
Get the custom property: An array of data manifest custom resource definition.- Returns:
- the custom value.
-
withCustom
public DataManifestResourceFunctionsDefinition withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)
Set the custom property: An array of data manifest custom resource definition.- Parameters:
custom- the custom value to set.- Returns:
- the DataManifestResourceFunctionsDefinition object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-