Uses of Class
com.azure.resourcemanager.resources.fluent.models.DataPolicyManifestInner
Packages that use DataPolicyManifestInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return DataPolicyManifestInnerModifier and TypeMethodDescriptionDataPolicyManifestsClient.getByPolicyMode(String policyMode) Retrieves a data policy manifest.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type DataPolicyManifestInnerModifier and TypeMethodDescriptionDataPolicyManifestsClient.getByPolicyModeAsync(String policyMode) Retrieves a data policy manifest.com.azure.core.http.rest.Response<DataPolicyManifestInner> DataPolicyManifestsClient.getByPolicyModeWithResponse(String policyMode, com.azure.core.util.Context context) Retrieves a data policy manifest.Mono<com.azure.core.http.rest.Response<DataPolicyManifestInner>> DataPolicyManifestsClient.getByPolicyModeWithResponseAsync(String policyMode) Retrieves a data policy manifest.com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> DataPolicyManifestsClient.list()Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter.com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter.com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> DataPolicyManifestsClient.listAsync()Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter.com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. -
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DataPolicyManifestInnerModifier and TypeMethodDescriptionstatic DataPolicyManifestInnerDataPolicyManifestInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataPolicyManifestInner from the JsonReader.DataPolicyManifestInner.withCustom(List<DataManifestCustomResourceFunctionDefinition> custom) Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestInner.withEffects(List<DataEffect> effects) Set the effects property: The effect definition.DataPolicyManifestInner.withFieldValues(List<String> fieldValues) Set the fieldValues property: The non-alias field accessor values that can be used in the policy rule.DataPolicyManifestInner.withIsBuiltInOnly(Boolean isBuiltInOnly) Set the isBuiltInOnly property: A value indicating whether policy mode is allowed only in built-in definitions.DataPolicyManifestInner.withNamespaces(List<String> namespaces) Set the namespaces property: The list of namespaces for the data policy manifest.DataPolicyManifestInner.withPolicyMode(String policyMode) Set the policyMode property: The policy mode of the data policy manifest.DataPolicyManifestInner.withResourceTypeAliases(List<ResourceTypeAliases> resourceTypeAliases) Set the resourceTypeAliases property: An array of resource type aliases.DataPolicyManifestInner.withStandard(List<String> standard) Set the standard property: The standard resource functions (subscription and/or resourceGroup). -
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DataPolicyManifestInnerModifier and TypeMethodDescriptionDataPolicyManifestListResult.value()Get the value property: An array of data policy manifests.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type DataPolicyManifestInnerModifier and TypeMethodDescriptionDataPolicyManifestListResult.withValue(List<DataPolicyManifestInner> value) Set the value property: An array of data policy manifests.