Class DataManifestResourceFunctionsDefinition
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.DataManifestResourceFunctionsDefinition
The resource functions supported by a manifest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustom()Get the custom property: An array of data manifest custom resource definition.standard()Get the standard property: The standard resource functions (subscription and/or resourceGroup).voidvalidate()Validates the instance.Set the custom property: An array of data manifest custom resource definition.withStandard(List<String> standard) Set the standard property: The standard resource functions (subscription and/or resourceGroup).
-
Constructor Details
-
DataManifestResourceFunctionsDefinition
public DataManifestResourceFunctionsDefinition()
-
-
Method Details
-
standard
Get the standard property: The standard resource functions (subscription and/or resourceGroup).- Returns:
- the standard value.
-
withStandard
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
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.
-