Uses of Class
com.azure.resourcemanager.resources.models.DataManifestCustomResourceFunctionDefinition
Packages that use DataManifestCustomResourceFunctionDefinition
Package
Description
Package containing the inner data models for ResourceManagementClient.
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 DataManifestCustomResourceFunctionDefinitionModifier and TypeMethodDescriptionDataManifestResourceFunctionsDefinition.custom()Get the custom property: An array of data manifest custom resource definition.DataPolicyManifestInner.custom()Get the custom property: An array of data manifest custom resource definition.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 DataManifestCustomResourceFunctionDefinitionModifier and TypeMethodDescriptionDataManifestResourceFunctionsDefinition.withCustom(List<DataManifestCustomResourceFunctionDefinition> custom) Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestInner.withCustom(List<DataManifestCustomResourceFunctionDefinition> custom) Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestProperties.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 DataManifestCustomResourceFunctionDefinitionModifier and TypeMethodDescriptionDataManifestCustomResourceFunctionDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataManifestCustomResourceFunctionDefinition from the JsonReader.DataManifestCustomResourceFunctionDefinition.withAllowCustomProperties(Boolean allowCustomProperties) Set the allowCustomProperties property: A value indicating whether the custom properties within the property bag are allowed.DataManifestCustomResourceFunctionDefinition.withDefaultProperties(List<String> defaultProperties) Set the defaultProperties property: The top-level properties that can be selected on the function's output. eg - [ "name", "location" ] if vault().name and vault().location are supported.DataManifestCustomResourceFunctionDefinition.withFullyQualifiedResourceType(String fullyQualifiedResourceType) Set the fullyQualifiedResourceType property: The fully qualified control plane resource type that this function represents. eg - 'Microsoft.KeyVault/vaults'.Set the name property: The function name as it will appear in the policy rule. eg - 'vault'.