Uses of Class
com.azure.resourcemanager.resources.models.DataManifestCustomResourceFunctionDefinition
-
Packages that use DataManifestCustomResourceFunctionDefinition Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of DataManifestCustomResourceFunctionDefinition in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type DataManifestCustomResourceFunctionDefinition Modifier and Type Method Description List<DataManifestCustomResourceFunctionDefinition>DataManifestResourceFunctionsDefinition. custom()Get the custom property: An array of data manifest custom resource definition.List<DataManifestCustomResourceFunctionDefinition>DataPolicyManifestInner. custom()Get the custom property: An array of data manifest custom resource definition.List<DataManifestCustomResourceFunctionDefinition>DataPolicyManifestProperties. custom()Get the custom property: An array of data manifest custom resource definition.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type DataManifestCustomResourceFunctionDefinition Modifier and Type Method Description DataManifestResourceFunctionsDefinitionDataManifestResourceFunctionsDefinition. withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestInnerDataPolicyManifestInner. withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestPropertiesDataPolicyManifestProperties. withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)Set the custom property: An array of data manifest custom resource definition. -
Uses of DataManifestCustomResourceFunctionDefinition in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DataManifestCustomResourceFunctionDefinition Modifier and Type Method Description DataManifestCustomResourceFunctionDefinitionDataManifestCustomResourceFunctionDefinition. withAllowCustomProperties(Boolean allowCustomProperties)Set the allowCustomProperties property: A value indicating whether the custom properties within the property bag are allowed.DataManifestCustomResourceFunctionDefinitionDataManifestCustomResourceFunctionDefinition. withDefaultProperties(List<String> defaultProperties)Set the defaultProperties property: The top-level properties that can be selected on the function's output.DataManifestCustomResourceFunctionDefinitionDataManifestCustomResourceFunctionDefinition. withFullyQualifiedResourceType(String fullyQualifiedResourceType)Set the fullyQualifiedResourceType property: The fully qualified control plane resource type that this function represents.DataManifestCustomResourceFunctionDefinitionDataManifestCustomResourceFunctionDefinition. withName(String name)Set the name property: The function name as it will appear in the policy rule.
-