Uses of Class
com.azure.resourcemanager.resources.fluent.models.DataPolicyManifestProperties
Packages that use DataPolicyManifestProperties
Package
Description
Package containing the inner data models for ResourceManagementClient.
-
Uses of DataPolicyManifestProperties in com.azure.resourcemanager.resources.fluent.models
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type DataPolicyManifestPropertiesModifier and TypeClassDescriptionfinal classThe properties of the data policy manifest.Methods in com.azure.resourcemanager.resources.fluent.models that return DataPolicyManifestPropertiesModifier and TypeMethodDescriptionstatic DataPolicyManifestPropertiesDataPolicyManifestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataPolicyManifestProperties from the JsonReader.DataPolicyManifestProperties.withCustom(List<DataManifestCustomResourceFunctionDefinition> custom) Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestProperties.withEffects(List<DataEffect> effects) Set the effects property: The effect definition.DataPolicyManifestProperties.withFieldValues(List<String> fieldValues) Set the fieldValues property: The non-alias field accessor values that can be used in the policy rule.DataPolicyManifestProperties.withIsBuiltInOnly(Boolean isBuiltInOnly) Set the isBuiltInOnly property: A value indicating whether policy mode is allowed only in built-in definitions.DataPolicyManifestProperties.withNamespaces(List<String> namespaces) Set the namespaces property: The list of namespaces for the data policy manifest.DataPolicyManifestProperties.withPolicyMode(String policyMode) Set the policyMode property: The policy mode of the data policy manifest.DataPolicyManifestProperties.withResourceTypeAliases(List<ResourceTypeAliases> resourceTypeAliases) Set the resourceTypeAliases property: An array of resource type aliases.DataPolicyManifestProperties.withStandard(List<String> standard) Set the standard property: The standard resource functions (subscription and/or resourceGroup).